summaryrefslogtreecommitdiff
path: root/gck/gck.pc.in
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-07-09 08:53:20 +0200
committerStef Walter <stefw@collabora.co.uk>2011-07-09 09:40:34 +0200
commit9c8b7b6e9df99299b5cd1121c4c2ddfc79b89e2c (patch)
tree33b05e84f5d0a47031ad74c13b06ba4a10a09db6 /gck/gck.pc.in
parentab8c61d32104f6c8d5c29e84ac6352a7b6d4f861 (diff)
downloadgcr-9c8b7b6e9df99299b5cd1121c4c2ddfc79b89e2c.tar.gz
gck: Dump major version number due to recent API refactoring.
* API is not yet stable, but we increase the major version so that we don't piss off packagers.
Diffstat (limited to 'gck/gck.pc.in')
-rw-r--r--gck/gck.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gck/gck.pc.in b/gck/gck.pc.in
index ef6f5a4..1f0f8ac 100644
--- a/gck/gck.pc.in
+++ b/gck/gck.pc.in
@@ -6,9 +6,9 @@ datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
-Name: gck
+Name: gck-@GCK_MAJOR@
Description: GObject bindings for PKCS#11
Version: @VERSION@
Requires: glib-2.0 p11-kit-1
-Libs: -L${libdir} -lgck
-Cflags: -I${includedir}/gck
+Libs: -L${libdir} -lgck-@GCK_MAJOR@
+Cflags: -I${includedir}/gck-@GCK_MAJOR@