[gnome-keyring] [gpg-agent] Link correctly to gio
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [gpg-agent] Link correctly to gio
- Date: Wed, 6 Oct 2010 21:54:59 +0000 (UTC)
commit ac4440328cc5719fe88f634a20e90649f019cba9
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 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gpg-agent/Makefile.am b/daemon/gpg-agent/Makefile.am
index 2cccaa4..48671f9 100644
--- a/daemon/gpg-agent/Makefile.am
+++ b/daemon/gpg-agent/Makefile.am
@@ -3,9 +3,10 @@ INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/pkcs11 \
- $(GOBJECT_CFLAGS) \
- $(GLIB_CFLAGS) \
-DGCK_API_SUBJECT_TO_CHANGE
+ $(GOBJECT_CFLAGS) \
+ $(GIO_CFLAGS) \
+ $(GLIB_CFLAGS)
# ------------------------------------------------------------------------------
# The ssh-agent component code
@@ -34,5 +35,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
+ $(GLIB_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]