[gnome-keyring] daemon: adjust CFLAGS for daemon
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] daemon: adjust CFLAGS for daemon
- Date: Fri, 16 Oct 2015 20:32:45 +0000 (UTC)
commit ac9492a929d364685da8c8cb4152bf2534ddfb6f
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Oct 16 11:52:37 2015 -0700
daemon: adjust CFLAGS for daemon
https://bugzilla.gnome.org/show_bug.cgi?id=756059
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]