1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-18 14:17:03 +01:00
gnupg/util/Makefile.am

14 lines
287 B
Makefile
Raw Normal View History

1997-11-18 14:06:00 +00:00
## Process this file with automake to produce Makefile.in
1998-04-02 10:30:03 +00:00
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
1997-11-18 14:06:00 +00:00
1998-02-02 14:36:06 +00:00
noinst_LIBRARIES = libutil.a
1997-11-18 14:06:00 +00:00
1998-02-02 14:36:06 +00:00
libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c
1997-11-18 14:06:00 +00:00