summary refs log tree commit diff
path: root/callouts/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-03-24 01:37:02 +0100
committerMichael Biebl <biebl@debian.org>2012-03-24 01:37:02 +0100
commitde06e5715e780baade318f3490ac7a4c9ce84e32 (patch)
tree23fbc3fafc12072476eff98bee60100eb54c29db /callouts/Makefile.am
parentb436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff)
Imported Upstream version 0.9.4.0 upstream/0.9.4.0
Diffstat (limited to 'callouts/Makefile.am')
-rw-r--r--callouts/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 4a1ea7ca..61627859 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -58,7 +58,9 @@ nm_dispatcher_action_SOURCES = \
 nm_dispatcher_action_CPPFLAGS = \
 	-I${top_srcdir} \
 	-I${top_srcdir}/include \
+	-I${top_builddir}/include \
 	-I${top_srcdir}/libnm-util \
+	-I${top_builddir}/libnm-util \
 	$(DBUS_CFLAGS) \
 	$(GLIB_CFLAGS) \
 	-DG_DISABLE_DEPRECATED \
@@ -83,7 +85,9 @@ libtest_dispatcher_envp_la_SOURCES = \
 
 libtest_dispatcher_envp_la_CPPFLAGS = \
 	-I${top_srcdir}/include \
+	-I${top_builddir}/include \
 	-I${top_srcdir}/libnm-util \
+	-I${top_builddir}/libnm-util \
 	$(GLIB_CFLAGS) \
 	$(DBUS_CFLAGS)