summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/Makefile.am')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/Makefile.am b/src/third_party/wiredtiger/bench/wtperf/Makefile.am
index 15f151d84b2..cc1f84b5406 100644
--- a/src/third_party/wiredtiger/bench/wtperf/Makefile.am
+++ b/src/third_party/wiredtiger/bench/wtperf/Makefile.am
@@ -5,7 +5,8 @@ LDADD = $(top_builddir)/libwiredtiger.la -lm
noinst_PROGRAMS = wtperf
wtperf_LDFLAGS = -static
wtperf_SOURCES =\
- config.c misc.c track.c wtperf.c wtperf_truncate.c wtperf.h wtperf_opt.i
+ config.c idle_table_cycle.c misc.c track.c wtperf.c \
+ wtperf.h wtperf_opt.i wtperf_throttle.c wtperf_truncate.c
TESTS = smoke.sh
AM_TESTS_ENVIRONMENT = rm -rf WT_TEST ; mkdir WT_TEST ;