diff options
author | Dan Winship <danw@gnome.org> | 2014-10-24 14:40:33 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-10-24 14:41:19 -0400 |
commit | dc46e2c67be70a045d10557e14f02235327ac4fc (patch) | |
tree | efc2d7989f958762e49dda45782a58d72af0a157 /callouts/tests/Makefile.am | |
parent | 5f840abd7f9c1ae849f1b4828f31d441974dc003 (diff) | |
download | NetworkManager-dc46e2c67be70a045d10557e14f02235327ac4fc.tar.gz |
build: fix srcdir != builddir
callouts/tests/ needs -I$(top_builddir)/callouts to get
nmdbus-dispatcher.h
Diffstat (limited to 'callouts/tests/Makefile.am')
-rw-r--r-- | callouts/tests/Makefile.am | 1 |
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)\" \ |