summaryrefslogtreecommitdiff
path: root/Makefile.examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-16 15:42:43 +0100
committerThomas Haller <thaller@redhat.com>2018-01-23 10:50:34 +0100
commitf2901a3ab982b5bfb29c515505a991741a3815df (patch)
tree9a63b083c18e8b95ad7c637add46ca705b2cfb7f /Makefile.examples
parentee742ab29e8892ce2424f020f836b7ed53da48a9 (diff)
version: drop NM_VERSION_MAX_ALLOWED defines for internal build
It already defaults to the right value. We only need to define NM_VERSION_MIN_REQUIRED, so that parts of our internal build can make use of deprecated API.
Diffstat (limited to 'Makefile.examples')
-rw-r--r--Makefile.examples3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.examples b/Makefile.examples
index efbbe289f..d49db6ce8 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -9,8 +9,7 @@ examples_C_glib_cppflags = \
-I$(top_builddir)/libnm-core \
-I$(top_srcdir)/libnm \
-I$(top_builddir)/libnm \
- $(GLIB_CFLAGS) \
- -DNM_VERSION_MAX_ALLOWED=NM_VERSION_CUR_STABLE
+ $(GLIB_CFLAGS)
examples_C_glib_cppflags_gdbus = $(examples_C_glib_cppflags)
examples_C_glib_cppflags_libnm = $(examples_C_glib_cppflags)