9 lines
176 B
Makefile
9 lines
176 B
Makefile
LDADD=$(top_builddir)/src/stasis/libstasis.la
|
|
noinst_PROGRAMS=logfile_dump run_recovery truncate_log
|
|
AM_CFLAGS=${GLOBAL_CFLAGS}
|
|
|
|
SUBDIRS =
|
|
|
|
if HAVE_SWIG
|
|
SUBDIRS += swig
|
|
endif
|