summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSebastien Bacher <sbacher@src.gnome.org>2009-01-20 11:54:50 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2009-01-20 11:54:50 +0000
commit137d75a31ed6c90539a59532064eefbe3f44af53 (patch)
treeefa499d2c9268b9f9962014614035fb110250dd2 /common
parent1cfa1ecd682533dfba65455186329a556b626141 (diff)
downloadgvfs-137d75a31ed6c90539a59532064eefbe3f44af53.tar.gz
use glib where it is required
svn path=/trunk/; revision=2174
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cac7ec21..56cc74e1 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -36,6 +36,7 @@ libgvfscommon_dnssd_la_CFLAGS = \
libgvfscommon_dnssd_la_LIBADD = \
libgvfscommon.la \
- $(AVAHI_LIBS)
+ $(AVAHI_LIBS) \
+ $(GLIB_LIBS)
endif