[gnome-keyring/gnome-2-32] [gpg-agent] Link correctly to gio



commit 03ba6357792679f96f7d425b2f45f3fbbbad8df1
Author: Stef Walter <stef memberwebs com>
Date:   Wed Oct 6 19:26:13 2010 +0000

    [gpg-agent] Link correctly to gio
    
    On some systems this caused build problems.

 daemon/gpg-agent/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/daemon/gpg-agent/Makefile.am b/daemon/gpg-agent/Makefile.am
index b53bba4..bb0821d 100644
--- a/daemon/gpg-agent/Makefile.am
+++ b/daemon/gpg-agent/Makefile.am
@@ -4,6 +4,7 @@ INCLUDES = \
 	-I$(top_srcdir) \
 	-I$(top_srcdir)/pkcs11 \
 	$(GOBJECT_CFLAGS) \
+	$(GIO_CFLAGS) \
 	$(GLIB_CFLAGS)
 
 # ------------------------------------------------------------------------------
@@ -33,5 +34,6 @@ gkd_gpg_agent_standalone_LDADD = \
 	$(top_builddir)/egg/libegg.la \
 	$(GOBJECT_LIBS) \
 	$(GTHREAD_LIBS) \
+	$(GIO_LIBS) \
 	$(LIBGCRYPT_LIBS) \
 	$(GLIB_LIBS)
\ No newline at end of file



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