[dconf/wip/apparmor: 1/2] add top_srcdir to includes for out-of-tree builds
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf/wip/apparmor: 1/2] add top_srcdir to includes for out-of-tree builds
- Date: Thu, 16 Feb 2017 19:02:49 +0000 (UTC)
commit dd29098c739544917b28a12f71507233f983826d
Author: William Hua <william hua canonical com>
Date: Thu Feb 16 10:10:22 2017 -0500
add top_srcdir to includes for out-of-tree builds
proxy/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 491a63e..7faa269 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -4,7 +4,9 @@ libexec_PROGRAMS = dconf-proxy
dbusservice_DATA = ca.desrt.dconf.Proxy.service
-dconf_proxy_CFLAGS = $(gio_CFLAGS)
+dconf_proxy_CFLAGS = \
+ -I$(top_srcdir) \
+ $(gio_CFLAGS)
dconf_proxy_LDADD = \
../client/libdconf.so \
$(gio_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]