summaryrefslogtreecommitdiffstats
path: root/basicobjects
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-09-23 14:39:09 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-23 08:56:44 -0400
commita7d58845973f1e81e6cfc7d2a64b1456c1b17de8 (patch)
tree28c89fb4c8f421fed461be91b72182e3f9b17342 /basicobjects
parent964b08633bfd225bf5394a1d0c4eef4a79033583 (diff)
downloadding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.tar.gz
ding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.tar.xz
ding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.zip
Fix version handling of the libraries
Diffstat (limited to 'basicobjects')
-rw-r--r--basicobjects/basicobjects.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicobjects/basicobjects.pc.in b/basicobjects/basicobjects.pc.in
index f705904..6fabd96 100644
--- a/basicobjects/basicobjects.pc.in
+++ b/basicobjects/basicobjects.pc.in
@@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: @PACKAGE_NAME@
+Name: basicobjects
Description: Library contains basic objects like dynamic string
-Version: @PACKAGE_VERSION@
+Version: @BASICOBJECTS_VERSION@
Libs: -L${libdir} -lbasicobjects
Cflags: -I${includedir}
URL: http://fedorahosted.org/sssd/