summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-12-20 21:38:32 +0100
committerThomas Haller <thaller@redhat.com>2015-12-24 11:42:36 +0100
commit45951bca506dbbcce2d495257b18da3c630b85ac (patch)
treef915785dffb5daf2898b496ca39eada3126ba012 /libnm-glib
parent2ef3c1047d6b3c044ae6caf1ba7c0d8af6cc6bf9 (diff)
downloadNetworkManager-45951bca506dbbcce2d495257b18da3c630b85ac.tar.gz
build: separate compilation macro for libnm-util and libnm-glib
Set different defines for building libnm and legacy libnm-glib.
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/Makefile.am b/libnm-glib/Makefile.am
index 53d5669e85..7a815ee445 100644
--- a/libnm-glib/Makefile.am
+++ b/libnm-glib/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/libnm-util \
-I$(top_builddir)/libnm-util \
-DG_LOG_DOMAIN=\""libnm-glib"\" \
- -DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_LIB \
+ -DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_LIB_LEGACY \
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS)