blob: 5fd3e59caae345e6b48f0012b831e587ebfc7030 (
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 = util
util_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \
ttyio.c argparse.c memory.c errors.c iobuf.c
|