diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-12-15 09:35:47 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-12-15 09:35:47 +0100 |
commit | f0d9a01bccdaeb466c12c92057914bbfef59526c (patch) | |
tree | 7679efa1f0daf7d1d906882a15dc77af6b7aef32 /third_party/snappy.py | |
parent | 5d342a758c6095b4d30aba0750b54f13b8916f51 (diff) | |
download | mongodb-f0d9a01bccdaeb466c12c92057914bbfef59526c.tar.gz |
Imported Upstream version 2.0.2
Diffstat (limited to 'third_party/snappy.py')
-rw-r--r-- | third_party/snappy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py index c70cb28..e53ee63 100644 --- a/third_party/snappy.py +++ b/third_party/snappy.py @@ -9,3 +9,6 @@ def configure( env , fileLists , options ): files = ["third_party/snappy/snappy.cc", "third_party/snappy/snappy-sinksource.cc"] fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ] + +def configureSystem( env , fileLists , options ): + configure( env , fileLists , options ) |