summaryrefslogtreecommitdiff
path: root/client/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:52:26 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:52:26 +0000
commit832398df9c46e009d65e5f5269dd579da318bcd4 (patch)
treeb28a4920a6b38698f266b03c5058e8b3f33da303 /client/Makefile.am
parent6900cb33dbe99d1f72a3ca05b7c0e2594ba72d10 (diff)
downloadgvfs-832398df9c46e009d65e5f5269dd579da318bcd4.tar.gz
Make the FUSE daemon build with the file info API changes.
Patch from JP Rosevear <jpr@novell.com>. Original git commit by Hans Petter Jansson <hpj@cl.no> at 1180555464 -0500 svn path=/trunk/; revision=590
Diffstat (limited to 'client/Makefile.am')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index ba66a081..91f7f081 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -81,7 +81,7 @@ gvfs_fuse_daemon_INCLUDES = \
gvfs_fuse_daemon_LDADD = \
$(top_builddir)/gio/libgio.la \
- $(top_builddir)/common/libcommon.la \
+ $(top_builddir)/common/libgvfscommon.la \
$(top_builddir)/client/libgvfsdbusfuse.la \
$(GLIB_LIBS) $(DBUS_LIBS) $(FUSE_LIBS)