summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-01-30 12:42:53 +0100
committerThomas Haller <thaller@redhat.com>2014-01-30 12:50:40 +0100
commitda40e0bc06bedf9731e314b570b4a46635764622 (patch)
treeaba4a40d57ee4c7f9a8b0478237760f984d87aec
parentffc3d9ced63fec19dab35b6927cd382a5376df3f (diff)
downloadNetworkManager-da40e0bc06bedf9731e314b570b4a46635764622.tar.gz
build: fix error when building with different build directory
Fixes build failure introduced by 4b2533fc002ff6bd4888b9ea0b37f15773f80137 Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/platform/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am
index 017aad430b..6162b2e9d8 100644
--- a/src/platform/tests/Makefile.am
+++ b/src/platform/tests/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
-I${top_builddir}/src \
-I${top_srcdir}/src/logging \
-I${top_srcdir}/libnm-util \
+ -I${top_builddir}/libnm-util \
-I${srcdir}/.. \
$(GLIB_CFLAGS) \
$(GUDEV_CFLAGS) \