summaryrefslogtreecommitdiff
path: root/build_posix/Make.subdirs
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-02-08 14:15:19 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-02-08 14:15:19 +1100
commit12c649b0f4d091cf1fcb296ff135b79b3b074536 (patch)
treeabb02bc1d2ea026bb046a9d35d4f9d530e758595 /build_posix/Make.subdirs
parentb67631275f4b7260e7983376574f13cfc5eb3198 (diff)
downloadmongo-12c649b0f4d091cf1fcb296ff135b79b3b074536.tar.gz
Add a Java implementation of packed formats.
Also add a test case and update the layout of the Java build.
Diffstat (limited to 'build_posix/Make.subdirs')
-rw-r--r--build_posix/Make.subdirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/Make.subdirs b/build_posix/Make.subdirs
index 133cc6bded8..92e0e0cc113 100644
--- a/build_posix/Make.subdirs
+++ b/build_posix/Make.subdirs
@@ -8,7 +8,6 @@
bench/tcbench
bench/wtperf
examples/c
-examples/java JAVA
ext/collators/reverse
ext/compressors/bzip2 BZIP2
ext/compressors/nop
@@ -18,5 +17,6 @@ lang/python PYTHON
test/bloom
test/fops
test/format HAVE_BDB
+test/packing
test/salvage
test/thread