1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-16 00:29:50 +02:00
gnupg/util/Makefile.am

15 lines
302 B
Makefile
Raw Normal View History

1997-11-18 15:06:00 +01:00
## Process this file with automake to produce Makefile.in
1998-10-21 19:34:36 +02:00
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/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-10-12 22:16:38 +02:00
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c \
dotlock.c
1997-11-18 15:06:00 +01:00