blob: 3f2f9a3d075b67c293c1b4efb00c40ef4a1ae921 (
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
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
|