build: fix error when building with different build directory

Fixes build failure introduced by 4b2533fc00

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-01-30 12:42:53 +01:00
parent ffc3d9ced6
commit da40e0bc06

View file

@ -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) \