mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
20 lines
454 B
Makefile
20 lines
454 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_LTLIBRARIES = libjnlib.la
|
|
|
|
|
|
libjnlib_la_LDFLAGS =
|
|
libjnlib_la_SOURCES = libjnlib-config.h \
|
|
argparse.c argparse.h \
|
|
stringhelp.c stringhelp.h \
|
|
dotlock.c dotlock.h \
|
|
mischelp.h
|
|
|
|
|
|
|