aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-12-29 10:34:34 +0000
committerWerner Koch <[email protected]>2000-12-29 10:34:34 +0000
commitc74adbc096171ceac522a6f8383194d70cc76865 (patch)
treeb5067eab2ddedadf0e60f9ff7ec3de1b6a1accc0 /jnlib
parentAdd missing jnlib directory (diff)
downloadgpgme-c74adbc096171ceac522a6f8383194d70cc76865.tar.gz
gpgme-c74adbc096171ceac522a6f8383194d70cc76865.zip
Add 2 missing files and other changes
Diffstat (limited to 'jnlib')
-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 00000000..5d609691
--- /dev/null
+++ b/jnlib/Makefile.am
@@ -0,0 +1,19 @@
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = README
+
+INCLUDES = -I$(top_srcdir)/intl
+
+noinst_LIBRARIES = libjnlib.a
+
+
+#libjnlib_a_LDFLAGS =
+libjnlib_a_SOURCES = libjnlib-config.h \
+ xmalloc.c xmalloc.h \
+ stringhelp.c stringhelp.h \
+ argparse.c argparse.h \
+ logging.c logging.h \
+ types.h mischelp.h
+
+
+