mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02: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 = \
|
INCLUDES = \
|
||||||
-I${top_srcdir}/include \
|
-I${top_srcdir}/include \
|
||||||
|
-I${top_builddir}/include \
|
||||||
-I${top_srcdir}/src/logging \
|
-I${top_srcdir}/src/logging \
|
||||||
-I${top_srcdir}/libnm-util \
|
-I${top_srcdir}/libnm-util \
|
||||||
|
-I${top_builddir}/libnm-util \
|
||||||
-I${top_srcdir}/src
|
-I${top_srcdir}/src
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libwifi-utils.la
|
noinst_LTLIBRARIES = libwifi-utils.la
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue