blob: 5d6096919d801ff81a8845e81489fbcf275b78c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|