aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2017-07-24 21:28:34 -0400
committerJeff Mahoney <jeffm@suse.com>2017-07-25 09:19:10 -0400
commitb1e32aaa568b45a1a5e5cdaf23d0ffdc947fcd11 (patch)
treec62a2ea4d07b860d04d451d3adfc1d231e71789d
parent958ad8d8d16a152a2e83ee0b90e6a03ab73c3098 (diff)
downloadreiserfsprogs-b1e32aaa568b45a1a5e5cdaf23d0ffdc947fcd11.tar.gz
build: use @PACKAGE_VERSION@ instead of @REISERFSCORE_VERSION@ in .pc file
@REISERFSCORE_VERSION@ is not defined, so the .pc file would end up with literally that in the Version field. This properly places the version. Signed-off-by: Jeff Mahoney <jeffm@suse.com>
-rw-r--r--reiserfscore/reiserfscore.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/reiserfscore/reiserfscore.pc.in b/reiserfscore/reiserfscore.pc.in
index c593847..20a6f1e 100644
--- a/reiserfscore/reiserfscore.pc.in
+++ b/reiserfscore/reiserfscore.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: reiserfscore
Description: ReiserFS Core Library
-Version: @REISERFSPROGS_VERSION@
+Version: @PACKAGE_VERSION@
Cflags: -I${includedir}/reiserfs -I${includedir}
Libs: -L${libdir} -lreiserfscore