summaryrefslogtreecommitdiff
path: root/test/checkpoint/Makefile.am
blob: 1271c295fc644f283ac964c3b62b197e065b70f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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