gnome-keyring r1274 - in trunk: . tool



Author: nnielsen
Date: Thu Aug 28 02:08:23 2008
New Revision: 1274
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1274&view=rev

Log:
	* tool/Makefile.am: Build fix. Include gthread library in 
	tool binary. Fixes bug #548424. Patch by GÃtz Waschk


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

Modified: trunk/tool/Makefile.am
==============================================================================
--- trunk/tool/Makefile.am	(original)
+++ trunk/tool/Makefile.am	Thu Aug 28 02:08:23 2008
@@ -15,4 +15,4 @@
 
 gnome_keyring_LDADD = \
 	$(top_builddir)/gp11/libgp11.la \
-	$(GLIB_LIBS)
+	$(GLIB_LIBS) $(GTHREAD_LIBS)



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