summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-12-23 08:48:19 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-12-23 08:48:19 +1100
commit232049180ab3df63084da0714225ede19c397c0a (patch)
treebadb250d80c341b2bcff79e5021043cc50f13740
parenta2ab06bb676ab03ec75c0d3665d6169d4c5973df (diff)
parent16972ef63de1283d85146530c35f522b053e2c1e (diff)
downloadmongo-232049180ab3df63084da0714225ede19c397c0a.tar.gz
Merge pull request #1511 from wiredtiger/pkg-config
Remove version numbering from the pkg-config file.
-rw-r--r--build_posix/wiredtiger.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_posix/wiredtiger.pc.in b/build_posix/wiredtiger.pc.in
index be257efcef3..fb45c74bb08 100644
--- a/build_posix/wiredtiger.pc.in
+++ b/build_posix/wiredtiger.pc.in
@@ -7,5 +7,5 @@ Name: WiredTiger
Description: The WiredTiger Data Engine
Requires:
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lwiredtiger-@VERSION_NOPATCH@
-Cflags: -I${includedir}/wiredtiger-@VERSION_NOPATCH@
+Libs: -L${libdir} -lwiredtiger
+Cflags: -I${includedir}