summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
commit83957b73f9177f6e38bd5375bd93ca1f6a47188c (patch)
treef20b7d6ac9a9c64ff5bb6b5910a24abbb356b1d5 /src/SConscript
parent5071d203970edd4c995493d810abe20987e76fe9 (diff)
Imported Upstream version 2.2.0upstream/2.2.0
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' ] )