From 9ef17869b5fa775bd7f1da14471f52775efe1017 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 16 Jan 2018 15:42:43 +0100 Subject: 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. --- Makefile.examples | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.examples') diff --git a/Makefile.examples b/Makefile.examples index efbbe289f5..d49db6ce86 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) -- cgit v1.2.1