1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00
gnupg/util/Makefile.am

14 lines
287 B
Makefile
Raw Normal View History

1997-11-18 15:06:00 +01:00
## Process this file with automake to produce Makefile.in
1998-04-02 12:30:03 +02:00
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
1997-11-18 15:06:00 +01:00
1998-02-02 15:36:06 +01:00
noinst_LIBRARIES = libutil.a
1997-11-18 15:06:00 +01:00
1998-02-02 15:36:06 +01: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 15:06:00 +01:00