mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01:00
build: fix srcdir != builddir
callouts/tests/ needs -I$(top_builddir)/callouts to get nmdbus-dispatcher.h
This commit is contained in:
parent
5f840abd7f
commit
dc46e2c67b
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/libnm-core \
|
||||
-I$(top_builddir)/libnm-core \
|
||||
-I$(top_srcdir)/callouts \
|
||||
-I$(top_builddir)/callouts \
|
||||
-DNETWORKMANAGER_COMPILATION \
|
||||
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
|
||||
-DSRCDIR=\"$(abs_srcdir)\" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue