summaryrefslogtreecommitdiffstats
path: root/jnlib/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-01-24 13:05:50 +0100
committerWerner Koch <wk@gnupg.org>2000-01-24 13:05:50 +0100
commit54b141f63e3fda38b6e780d0f47c192c6542a49b (patch)
treee80be78a69a8dc5c9286da4d4590ec7491c63b39 /jnlib/Makefile.am
parentSee ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch (diff)
downloadgnupg2-54b141f63e3fda38b6e780d0f47c192c6542a49b.tar.xz
gnupg2-54b141f63e3fda38b6e780d0f47c192c6542a49b.zip
Add files to new directory.
This is mainly stuff moved from ../util to here.
Diffstat (limited to 'jnlib/Makefile.am')
-rw-r--r--jnlib/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am
new file mode 100644
index 000000000..b16724de2
--- /dev/null
+++ b/jnlib/Makefile.am
@@ -0,0 +1,19 @@
+## 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.c
+
+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
+
+
+