From da40e0bc06bedf9731e314b570b4a46635764622 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 30 Jan 2014 12:42:53 +0100 Subject: [PATCH] build: fix error when building with different build directory Fixes build failure introduced by 4b2533fc002ff6bd4888b9ea0b37f15773f80137 Signed-off-by: Thomas Haller --- src/platform/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) \