summaryrefslogtreecommitdiff
path: root/daemon/login/Makefile.am
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 /daemon/login/Makefile.am
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 'daemon/login/Makefile.am')
-rw-r--r--daemon/login/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/login/Makefile.am b/daemon/login/Makefile.am
index a4be5093..119264af 100644
--- a/daemon/login/Makefile.am
+++ b/daemon/login/Makefile.am
@@ -20,6 +20,6 @@ libgkd_login_la_SOURCES = \
gkd-login.c gkd-login.h
libgkd_login_la_LIBADD = \
- $(top_builddir)/gck/libgck.la \
+ $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
$(GOBJECT_LIBS) \
$(GLIB_LIBS)