summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index a1228f91b1..eea2e6570a 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -76,7 +76,7 @@ include cluster.mk
# Other test programs
#
check_PROGRAMS+=perftest
-perftest_SOURCES=perftest.cpp test_tools.h
+perftest_SOURCES=perftest.cpp test_tools.h TestOptions.h
perftest_LDADD=$(lib_client)
# NB: CppUnit test libraries below will be migrated to boost test programs.