diff options
Diffstat (limited to 'build_posix/wiredtiger.pc.in')
-rw-r--r-- | build_posix/wiredtiger.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build_posix/wiredtiger.pc.in b/build_posix/wiredtiger.pc.in new file mode 100644 index 00000000000..be257efcef3 --- /dev/null +++ b/build_posix/wiredtiger.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: WiredTiger +Description: The WiredTiger Data Engine +Requires: +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lwiredtiger-@VERSION_NOPATCH@ +Cflags: -I${includedir}/wiredtiger-@VERSION_NOPATCH@ |