diff options
Diffstat (limited to 'jnlib')
-rw-r--r-- | jnlib/Makefile.am | 19 |
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 + + + |