diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2013-08-09 10:43:48 +1000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2013-08-09 10:43:48 +1000 |
commit | a023523f0cc048a6bb69727210808750644feb0c (patch) | |
tree | 81f7ceeec4e6f38625e7d7ba9a0a5d4f05980f30 /bench/wtperf/Makefile.am | |
parent | b83a881ffefc709df4ef23252e987a711d363556 (diff) | |
download | mongo-a023523f0cc048a6bb69727210808750644feb0c.tar.gz |
Make wtperf compile without an installed WiredTiger tree.
Diffstat (limited to 'bench/wtperf/Makefile.am')
-rw-r--r-- | bench/wtperf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/wtperf/Makefile.am b/bench/wtperf/Makefile.am index 069ce090567..e4ff8f11059 100644 --- a/bench/wtperf/Makefile.am +++ b/bench/wtperf/Makefile.am @@ -1,3 +1,5 @@ +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include + LDADD = $(top_builddir)/libwiredtiger.la -lm noinst_PROGRAMS = wtperf |