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