Files
mongo/test/thread/Makefile.am
2014-05-22 09:29:43 -04:00

12 lines
261 B
Makefile

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
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 = smoke.sh
clean-local:
rm -rf WiredTiger* wt.* *.core __stats