summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-12-13 16:42:57 -0500
committerEliot Horowitz <eliot@10gen.com>2010-12-13 16:42:57 -0500
commit74149fa1e2b8e11f34cc3557b3305afd9c85dd30 (patch)
tree9319cbfc36fca8ce2d2dfd9ff0d54014fc08132f /SConstruct
parent2b5c8d876a81629e64836a29c3cf5fa1fdc0156e (diff)
downloadmongo-74149fa1e2b8e11f34cc3557b3305afd9c85dd30.tar.gz
cleaning now that it should compile
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 71ce73d4f69..dc5dc6fd2a3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,7 +371,7 @@ for x in os.listdir( "db/modules/" ):
if os.path.exists( modBuildFile ):
modules += [ imp.load_module( "module_" + x , open( modBuildFile , "r" ) , modBuildFile , ( ".py" , "r" , imp.PY_SOURCE ) ) ]
-allClientFiles = commonFiles + coreDbFiles + [ "client/clientOnly.cpp" , "client/gridfs.cpp", "db/cmdline.cpp" ];
+allClientFiles = commonFiles + coreDbFiles + [ "client/clientOnly.cpp" , "client/gridfs.cpp" ];
# ---- other build setup -----