diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2016-08-14 23:02:43 -0400 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-08-15 13:02:43 +1000 |
commit | e79dee1deb18f575664fff8fb4120d6d6de5a424 (patch) | |
tree | ea17916521a981e25484c77d9e4e2206648074e6 | |
parent | 62a89bd8affaa9b2db841950223cc198bc948a05 (diff) | |
download | mongo-e79dee1deb18f575664fff8fb4120d6d6de5a424.tar.gz |
WT-2787 Include src/include/wiredtiger_ext.h is problematic (#2956)
Change configuration to copy wiredtiger_ext.h into the top-level
directory along with wiredtiger.h, so it's easier to build against
the WiredTiger source directory, by using "-I /path/to/wiredtiger".
-rw-r--r-- | build_posix/configure.ac.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in index aa5dfac4005..52c49c25caa 100644 --- a/build_posix/configure.ac.in +++ b/build_posix/configure.ac.in @@ -227,6 +227,7 @@ AM_COND_IF([LEVELDB], AC_CONFIG_FILES([ Makefile wiredtiger.h:src/include/wiredtiger.in + wiredtiger_ext.h:src/include/wiredtiger_ext.h wiredtiger.pc:build_posix/wiredtiger.pc.in ]) AC_OUTPUT |