blob: e8f920f8455662cc57f017b34fe41d6f085ebfeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = libutil.a
libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c
|