diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-04-22 09:30:20 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-04-22 09:30:20 -0400 |
commit | 69517e0f80c305824bcc0828d17f3648ce9016bc (patch) | |
tree | 47d075ed71accfb127f026f11ef63d78c5ebfdc4 /build_posix/Make.base | |
parent | 24dbcc05121bb25f9c56ce48b6280a3f78f3fb19 (diff) | |
download | mongo-69517e0f80c305824bcc0828d17f3648ce9016bc.tar.gz |
Install wiredtiger_ext.h.
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r-- | build_posix/Make.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base index 84939a50379..a606838b982 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -30,7 +30,7 @@ wt_SOURCES =\ src/utilities/util_verify.c \ src/utilities/util_write.c -include_HEADERS= wiredtiger.h +include_HEADERS= wiredtiger.h src/include/wiredtiger_ext.h AM_CPPFLAGS = -I$(srcdir)/src/include pkgconfigdir = $(libdir)/pkgconfig |