build: wifi: add missing builddir to INCLUDES

Necessary when building from git srcdir != builddir.
This commit is contained in:
Colin Walters 2012-03-01 14:41:21 -05:00 committed by Dan Williams
parent 64753b9b3a
commit a3ca1f8e17

View file

@ -1,7 +1,9 @@
INCLUDES = \
-I${top_srcdir}/include \
-I${top_builddir}/include \
-I${top_srcdir}/src/logging \
-I${top_srcdir}/libnm-util \
-I${top_builddir}/libnm-util \
-I${top_srcdir}/src
noinst_LTLIBRARIES = libwifi-utils.la