build: fix out-of-tree build for missing "nm-version.h"

Fixes: 19c3ea948a
This commit is contained in:
Thomas Haller 2015-08-05 16:07:51 +02:00
parent 50f9c8aa7e
commit b7de900b90
3 changed files with 3 additions and 0 deletions

View file

@ -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) \

View file

@ -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 = \

View file

@ -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)\"