mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
613c15be88
that external library.
19 lines
428 B
Makefile
19 lines
428 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
# Those 2 files are in the CVS but currently not used.
|
|
EXTRA_DIST = README xmalloc.c xmalloc.h logging.c logging.h
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|
|
|
noinst_LIBRARIES = libjnlib.a
|
|
|
|
|
|
libjnlib_a_SOURCES = libjnlib-config.h \
|
|
argparse.c argparse.h \
|
|
stringhelp.c stringhelp.h \
|
|
dotlock.c dotlock.h \
|
|
mischelp.h
|
|
|
|
|
|
|