Files
mongo/test/checkpoint/Makefile.am
2014-04-14 18:44:40 +10:00

12 lines
272 B
Makefile

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
noinst_PROGRAMS = t
t_LDADD = $(top_builddir)/libwiredtiger.la
t_SOURCES = checkpointer.c workers.c test_checkpoint.c
t_LDFLAGS = -static
TESTS = $(noinst_PROGRAMS)
clean-local:
rm -rf WiredTiger* __* *.core