2000-01-24 12:05:50 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
# Those 2 files are in the CVS but currently not used.
|
2000-01-31 15:27:03 +00:00
|
|
|
EXTRA_DIST = README xmalloc.c xmalloc.h logging.c logging.h
|
2000-01-24 12:05:50 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|
|
|
|
2000-12-19 18:28:36 +00:00
|
|
|
noinst_LIBRARIES = libjnlib.a
|
2000-01-24 12:05:50 +00:00
|
|
|
|
|
|
|
|
2000-12-19 18:28:36 +00:00
|
|
|
libjnlib_a_SOURCES = libjnlib-config.h \
|
2000-01-24 12:05:50 +00:00
|
|
|
argparse.c argparse.h \
|
|
|
|
stringhelp.c stringhelp.h \
|
|
|
|
dotlock.c dotlock.h \
|
|
|
|
mischelp.h
|
|
|
|
|
|
|
|
|
|
|
|
|