summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/SConscript')
-rw-r--r--src/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SConscript b/src/SConscript
new file mode 100644
index 00000000000..c4e96a5fddc
--- /dev/null
+++ b/src/SConscript
@@ -0,0 +1,7 @@
+# -*- mode: python; -*-
+#
+# This is the principle SConscript file, invoked by the SConstruct. Its job is
+# to delegate to any and all per-module SConscript files.
+
+SConscript( [ 'mongo/SConscript',
+ 'third_party/SConscript' ] )