mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 02:50:17 +01:00
build: fix out-of-tree build for missing "nm-version.h"
Fixes: 19c3ea948a
This commit is contained in:
parent
50f9c8aa7e
commit
b7de900b90
3 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
AM_CPPFLAGS= \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/libnm-core \
|
||||
-I$(top_builddir)/libnm-core \
|
||||
-DG_LOG_DOMAIN=\""nmtui"\" \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(NEWT_CFLAGS) \
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ SYSTEMD_NM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/systemd/src/shared \
|
||||
-I$(top_srcdir)/src/systemd \
|
||||
-I$(top_srcdir)/libnm-core \
|
||||
-I$(top_builddir)/libnm-core \
|
||||
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON
|
||||
|
||||
libsystemd_nm_la_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ nm_dhcp_helper_CPPFLAGS = \
|
|||
$(GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/libnm-core \
|
||||
-I$(top_builddir)/libnm-core \
|
||||
-DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \
|
||||
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
|
||||
-DNMRUNDIR=\"$(nmrundir)\"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue