[gnome-keyring/gnome-3-0] gck: Fix linking issue due to type in Makefile.



commit 433e014654564fb7dfe013c7968c4b9c027a6f34
Author: Stef Walter <stefw collabora co uk>
Date:   Thu Apr 21 09:35:28 2011 +0200

    gck: Fix linking issue due to type in Makefile.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648338

 gck/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gck/tests/Makefile.am b/gck/tests/Makefile.am
index 50b22cf..78b96ba 100644
--- a/gck/tests/Makefile.am
+++ b/gck/tests/Makefile.am
@@ -9,7 +9,7 @@ LDADD =  \
 	$(top_builddir)/gck/libgck.la \
 	$(top_builddir)/egg/libegg-test.la \
 	$(GTHREAD_LIBS) \
-	$(GLIB_LIBS)
+	$(GLIB_LIBS) \
 	$(GIO_LIBS) \
 	libmock-test-module.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]