aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/Makefile.am
diff options
context:
space:
mode:
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
+
+
+