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