summaryrefslogtreecommitdiff
path: root/test/fops/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/fops/Makefile.am')
-rw-r--r--test/fops/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fops/Makefile.am b/test/fops/Makefile.am
index e3bf05e2531..04816ee44a7 100644
--- a/test/fops/Makefile.am
+++ b/test/fops/Makefile.am
@@ -2,7 +2,7 @@ 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_SOURCES = thread.h file.c fops.c t.c ../utility/util.c
t_LDFLAGS = -static
TESTS = $(noinst_PROGRAMS)