summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2014-01-17 19:53:05 -0500
committerErnie Hershey <ernie.hershey@10gen.com>2014-01-28 22:38:50 -0500
commit95fd79cb23c33470d40322c33b2508412ed77cab (patch)
treef88816eb125e7d5f2f26ae1e464d3abbfd412ce0 /SConstruct
parent30deba805ed71280a46a8fa0688d19e652654d82 (diff)
downloadmongo-95fd79cb23c33470d40322c33b2508412ed77cab.tar.gz
SERVER-10324 Allow modules to add files to different archive subdirectories
This CR is 1 of 2 covering the open source server repo component of https://jira.mongodb.org/browse/SERVER-10324. It supplants http://codereview.10gen.com/4892644241047552/
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 13b732193f5..fd92fe430dc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -451,6 +451,8 @@ env = Environment( BUILD_DIR=variantDir,
DIST_ARCHIVE_SUFFIX='.tgz',
EXTRAPATH=get_option("extrapath"),
MODULE_BANNERS=[],
+ ARCHIVE_ADDITION_DIR_MAP={},
+ ARCHIVE_ADDITIONS=[],
MODULETEST_ALIAS='moduletests',
MODULETEST_LIST='#build/moduletests.txt',
MSVS_ARCH=msarch ,