From 79bdd3ea3690c366b05846ff7d4bbc4b05ac3d15 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 6 Mar 2014 17:44:11 +0100 Subject: build: add missing libraries to fix linking issues Building gvfs in clean chroot fails without those libraries. --- daemon/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1