build: wifi: add missing builddir to INCLUDES
Necessary when building from git srcdir != builddir.
This commit is contained in:

committed by
Dan Williams

parent
64753b9b3a
commit
a3ca1f8e17
@@ -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
|
||||
|
Reference in New Issue
Block a user