mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 03:10:06 +01:00
build: wifi: add missing builddir to INCLUDES
Necessary when building from git srcdir != builddir.
This commit is contained in:
parent
64753b9b3a
commit
a3ca1f8e17
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue