summary refs log tree commit diff
path: root/callouts/Makefile.am
diff options
context:
space:
mode:
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)