summaryrefslogtreecommitdiff
path: root/db/makefile
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-07-30 14:08:54 -0400
committerDwight <dmerriman@gmail.com>2008-07-30 14:08:54 -0400
commitcf2d786015008dd07ce58e7781714bbc08532f23 (patch)
tree0f097cec3183687c7dc355c057810ea399b0a1c5 /db/makefile
parent6e1f782d16cf64c752ec81079b48c3045b47dfee (diff)
downloadmongo-cf2d786015008dd07ce58e7781714bbc08532f23.tar.gz
compile
Diffstat (limited to 'db/makefile')
-rw-r--r--db/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/makefile b/db/makefile
index bb45956059c..815f531755c 100644
--- a/db/makefile
+++ b/db/makefile
@@ -9,7 +9,7 @@ LIBS= $(LIB_DEPS) $(LIB_BOOST) -lstdc++
JVM_LIBS = -L/opt/java/lib/
-OBJS=../stdafx.o ../util/sock.o ../grid/message.o ../util/mmap.o pdfile.o query.o jsobj.o introspect.o btree.o clientcursor.o ../util/util.o javajs.o tests.o json.o repl.o dbclient.o
+OBJS=../stdafx.o ../util/sock.o ../grid/message.o ../util/mmap.o pdfile.o query.o jsobj.o introspect.o btree.o clientcursor.o ../util/util.o javajs.o tests.o json.o repl.o dbclient.o btreecursor.o
# ../grid/protorecv.o ../grid/protosend.o