mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
14 lines
238 B
Makefile
14 lines
238 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = util
|
|
|
|
|
|
util_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \
|
|
ttyio.c argparse.c memory.c errors.c iobuf.c
|
|
|
|
|
|
|
|
|