summaryrefslogtreecommitdiff
path: root/test/cursor_order/Makefile.am
blob: c0c0ed639bf36afddcbbae9b1ca79dd6f950bf18 (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 WiredTiger* wt.* *.core __stats