summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2018-02-26 13:06:14 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2018-02-26 13:06:14 -0500
commite9ae96e9c81e6602c90da55a5681fe9ec74b1cb4 (patch)
treebca03220e80d38cbb180336471a05d8f7ff7fd4b /src/third_party/SConscript
parentfc8bf3751bef83ebe2b98f1e9496be3e8209b294 (diff)
downloadmongo-e9ae96e9c81e6602c90da55a5681fe9ec74b1cb4.tar.gz
SERVER-33451 Change wiredtiger_ext.h include rules
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index dc1d682d5a9..1221ef9b1b1 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -76,13 +76,9 @@ if not use_system_version_of_library('stemmer'):
# Note that the wiredtiger.h header is generated, so
# we want to look for it in the build directory not
# the source directory.
-# The wiredtiger_ext.h is a static file in the source tree
-# In the system installs, wiredtiger.h and wiredtiger_ext.h are in the same directory
if wiredtiger and not use_system_version_of_library('wiredtiger'):
thirdPartyIncludePathList.append(
('wiredtiger', '$BUILD_DIR/third_party/wiredtiger'))
- thirdPartyIncludePathList.append(
- ('wiredtiger_ext', '#/src/third_party/wiredtiger/src/include'))
if not use_system_version_of_library('yaml'):
thirdPartyIncludePathList.append(