build: fix srcdir!=builddir

This commit is contained in:
Dan Winship 2013-05-03 09:33:57 -04:00
parent 2a617267d1
commit b041877dc1

View file

@ -5,6 +5,7 @@ AM_CPPFLAGS = \
-I${top_srcdir}/src \
-I${top_srcdir}/src/logging \
-I${top_srcdir}/src/generated \
-I${top_builddir}/src/generated \
-I${top_srcdir}/libnm-util \
-I${srcdir}/.. \
$(GLIB_CFLAGS) \