[gnome-keyring/wip/fork-fixes: 5/6] daemon: adjust CFLAGS for daemon



commit 1ead128554d32620bc403df90d724405d308b1ef
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Oct 16 11:52:37 2015 -0700

    daemon: adjust CFLAGS for daemon

 daemon/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 73caf36..b63f3b9 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -27,6 +27,8 @@ gnome_keyring_daemon_LDADD = \
        libgkm-xdg-store.la \
        libgkm.la \
        $(DAEMON_LIBS)
+gnome_keyring_daemon_CFLAGS = \
+       $(DAEMON_CFLAGS)
 
 service_in_files = \
        daemon/org.gnome.keyring.service.in \
@@ -61,7 +63,7 @@ libgkd_test_la_SOURCES = \
        daemon/gkd-test.h
 
 daemon_CFLAGS = \
-       $(DBUS_CFLAGS) \
+       $(GIO_CFLAGS) \
        $(GCR_CFLAGS)
 
 daemon_LIBS = \


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