aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/Makefile.am')
-rw-r--r--jnlib/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am
deleted file mode 100644
index b1d3ed9f0..000000000
--- a/jnlib/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-## 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
-
-
-