summaryrefslogtreecommitdiff
path: root/test/thread/Makefile.am
blob: d43e13b2bbe825fef5f10ae5a3cae0d59fb9cc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = -I$(top_builddir)

noinst_PROGRAMS = t
t_LDADD = $(top_builddir)/libwiredtiger.la
t_SOURCES = thread.h file.c rw.c stats.c t.c
t_LDFLAGS = -static

TESTS = $(noinst_PROGRAMS)

clean-local:
	rm -rf WiredTiger* __* *.core