Files
mongo/test/fops/Makefile.am
Keith Bostic 9be66e1d26 Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h
into their own include file "gcc.h", change the test programs to include
and use the definitions from that file.
2013-11-06 09:18:50 -05:00

12 lines
256 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 fops.c t.c
t_LDFLAGS = -static
TESTS = $(noinst_PROGRAMS)
clean-local:
rm -rf WiredTiger* __* *.core