From 0f5caa9eae67353eb0c640ce1007d65e3f8c51ea Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 9 Jul 2011 08:53:20 +0200 Subject: 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. --- tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') 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) \ -- cgit v1.2.1