summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
Diffstat (limited to 'callouts')
-rw-r--r--callouts/Makefile.am4
-rw-r--r--callouts/tests/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 3708aebbdf..6440a4de02 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS = . tests
AM_CPPFLAGS = \
- -I${top_srcdir}/include \
- -I${top_builddir}/include \
+ -I${top_srcdir}/shared \
+ -I${top_builddir}/shared \
-I${top_srcdir}/libnm-core \
-I${top_builddir}/libnm-core \
$(GLIB_CFLAGS) \
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am
index 30b73b17ca..ee3f647d37 100644
--- a/callouts/tests/Makefile.am
+++ b/callouts/tests/Makefile.am
@@ -1,8 +1,8 @@
if ENABLE_TESTS
AM_CPPFLAGS = \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include \
+ -I$(top_srcdir)/shared \
+ -I$(top_builddir)/shared \
-I$(top_srcdir)/libnm-core \
-I$(top_builddir)/libnm-core \
-I$(top_srcdir)/callouts \