summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-10-24 14:40:33 -0400
committerDan Winship <danw@gnome.org>2014-10-24 14:41:19 -0400
commitdc46e2c67be70a045d10557e14f02235327ac4fc (patch)
treeefc2d7989f958762e49dda45782a58d72af0a157
parent5f840abd7f9c1ae849f1b4828f31d441974dc003 (diff)
downloadNetworkManager-dc46e2c67be70a045d10557e14f02235327ac4fc.tar.gz
build: fix srcdir != builddir
callouts/tests/ needs -I$(top_builddir)/callouts to get nmdbus-dispatcher.h
-rw-r--r--callouts/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am
index db73ef9372..a1f301ac31 100644
--- a/callouts/tests/Makefile.am
+++ b/callouts/tests/Makefile.am
@@ -5,6 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/libnm-core \
-I$(top_builddir)/libnm-core \
-I$(top_srcdir)/callouts \
+ -I$(top_builddir)/callouts \
-DNETWORKMANAGER_COMPILATION \
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
-DSRCDIR=\"$(abs_srcdir)\" \