summaryrefslogtreecommitdiff
path: root/tool
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
commit0f5caa9eae67353eb0c640ce1007d65e3f8c51ea (patch)
tree6ab0138478f968ca0adf8b0de2b11cc2d95ee619 /tool
parent36b62bbad78bced6da5545000e4d73f376d7b8f5 (diff)
downloadgnome-keyring-0f5caa9eae67353eb0c640ce1007d65e3f8c51ea.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 'tool')
-rw-r--r--tool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index eccd5506..0b517c95 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -22,7 +22,7 @@ gnome_keyring_@GCR_MAJOR@_CFLAGS = \
gnome_keyring_@GCR_MAJOR@_LDADD = \
$(top_builddir)/gcr/libgcr-@GCR_MAJOR@.la \
$(top_builddir)/egg/libegg.la \
- $(top_builddir)/gck/libgck.la \
+ $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
$(GTHREAD_LIBS) \
$(GTK_LIBS) \
$(GCRYPT_LIBS) \