gvfs r2174 - in trunk: . common



Author: sbacher
Date: Tue Jan 20 11:54:50 2009
New Revision: 2174
URL: http://svn.gnome.org/viewvc/gvfs?rev=2174&view=rev

Log:
use glib where it is required


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

Modified: trunk/common/Makefile.am
==============================================================================
--- trunk/common/Makefile.am	(original)
+++ trunk/common/Makefile.am	Tue Jan 20 11:54:50 2009
@@ -36,6 +36,7 @@
 
 libgvfscommon_dnssd_la_LIBADD =	\
 	libgvfscommon.la \
-	$(AVAHI_LIBS)
+	$(AVAHI_LIBS) \
+	$(GLIB_LIBS)
 endif
 



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