gnome-keyring r1509 - in trunk: . gcr



Author: nnielsen
Date: Sat Feb  7 18:29:30 2009
New Revision: 1509
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1509&view=rev

Log:
Add GTK library dependency in libgcr.

See bug #570393

Modified:
   trunk/ChangeLog
   trunk/gcr/Makefile.am

Modified: trunk/gcr/Makefile.am
==============================================================================
--- trunk/gcr/Makefile.am	(original)
+++ trunk/gcr/Makefile.am	Sat Feb  7 18:29:30 2009
@@ -73,7 +73,8 @@
 	$(GOBJECT_LIBS) \
 	$(GLIB_LIBS) \
 	$(LIBGCRYPT_LIBS) \
-	$(LIBTASN1_LIBS)
+	$(LIBTASN1_LIBS) \
+	$(GTK_LIBS)
 
 gcr-marshal.h: gcr-marshal.list $(GLIB_GENMARSHAL)
 	$(GLIB_GENMARSHAL) $< --header --prefix=_gcr_marshal > $@



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