[gvfs] build: add missing libraries to fix linking issues



commit 79bdd3ea3690c366b05846ff7d4bbc4b05ac3d15
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Mar 6 17:44:11 2014 +0100

    build: add missing libraries to fix linking issues
    
    Building gvfs in clean chroot fails without those libraries.

 daemon/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index faec1fe..659d5a6 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


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