summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2014-03-06 17:44:11 +0100
committerOndrej Holy <oholy@redhat.com>2014-03-06 17:49:21 +0100
commit79bdd3ea3690c366b05846ff7d4bbc4b05ac3d15 (patch)
tree46ef51bb08959115eb575735961983909056cde7
parentee320becd3f43f6d238558eaefbc85fbf6afadbc (diff)
downloadgvfs-79bdd3ea3690c366b05846ff7d4bbc4b05ac3d15.tar.gz
build: add missing libraries to fix linking issues
Building gvfs in clean chroot fails without those libraries.
-rw-r--r--daemon/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index faec1fec..659d5a65 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -205,6 +205,11 @@ libgvfsdaemon_la_SOURCES = \
# needed by cygwin (see bug #564003)
libgvfsdaemon_la_LDFLAGS = -no-undefined -avoid-version
+libgvfsdaemon_la_LIBADD = \
+ $(top_builddir)/common/libgvfscommon.la \
+ $(GLIB_LIBS) \
+ $(KEYRING_LIBS)
+
gvfsd_SOURCES = \
mount.c mount.h \
main.c