From c74adbc096171ceac522a6f8383194d70cc76865 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 29 Dec 2000 10:34:34 +0000 Subject: Add 2 missing files and other changes --- jnlib/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 jnlib/Makefile.am (limited to 'jnlib') 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 + + + -- cgit v1.2.3