summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-01 08:25:36 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-01 08:25:36 +1000
commit6ba3445126c94b40c68ae0f2daa2df0d9ca8451c (patch)
tree5bca8c16f18253f8859fd16afff7e35276e3a0b3 /bench
parentd47358ae3967fbbbe0b8975921e5d6dba925fba1 (diff)
downloadmongo-6ba3445126c94b40c68ae0f2daa2df0d9ca8451c.tar.gz
Rearrange directories to keep Makefile.am with the sources.
--HG-- rename : build_posix/AUTHORS => AUTHORS rename : build_posix/bench/tcbench/Makefile.am => bench/tcbench/Makefile.am rename : build_posix/configure.ac => configure.ac rename : build_posix/ext/compressors/bzip2_compress/Makefile.am => ext/compressors/bzip2_compress/Makefile.am rename : build_posix/ext/compressors/nop_compress/Makefile.am => ext/compressors/nop_compress/Makefile.am rename : build_posix/test/format/Makefile.am => test/format/Makefile.am rename : build_posix/test/insert/Makefile.am => test/insert/Makefile.am rename : build_posix/test/salvage/Makefile.am => test/salvage/Makefile.am rename : build_posix/test/thread/Makefile.am => test/thread/Makefile.am
Diffstat (limited to 'bench')
-rw-r--r--bench/tcbench/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/bench/tcbench/Makefile.am b/bench/tcbench/Makefile.am
new file mode 100644
index 00000000000..3474e076c76
--- /dev/null
+++ b/bench/tcbench/Makefile.am
@@ -0,0 +1,5 @@
+INCLUDES = -I$(top_builddir)
+LDADD = -L$(top_builddir) -lwiredtiger
+
+noinst_PROGRAMS = wttest
+wttest_SOURCES = wttest.c