summaryrefslogtreecommitdiff
path: root/test/cursor_order/Makefile.am
blob: 8afb8f122d866f72d93aa89aecefd60bc5b09a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include \
    -I$(top_srcdir)/test/utility

noinst_PROGRAMS = cursor_order
cursor_order_LDADD = $(top_builddir)/libwiredtiger.la

cursor_order_SOURCES = cursor_order_file.c cursor_order_ops.c cursor_order.c
cursor_order_LDFLAGS = -static

TESTS = $(noinst_PROGRAMS)

clean-local:
	rm -rf WT_TEST *.core