mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
14 lines
294 B
Makefile
14 lines
294 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
|
|
|
|
noinst_LIBRARIES = libutil.a
|
|
|
|
|
|
libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.c \
|
|
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c
|
|
|
|
|
|
|
|
|