1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-23 20:08:04 +01:00
gnupg/util/Makefile.am

14 lines
247 B
Makefile
Raw Normal View History

1997-11-18 14:06:00 +00:00
## 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 \
1998-01-28 16:09:43 +00:00
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c
1997-11-18 14:06:00 +00:00