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

14 lines
294 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-06-13 19:00:02 +02:00
libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.c \
1998-02-02 15:36:06 +01:00
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c
1997-11-18 15:06:00 +01:00