summary refs log tree commit diff
path: root/examples/C/glib/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-01 16:55:22 +0100
committerMichael Biebl <biebl@debian.org>2016-03-01 16:55:22 +0100
commitc2de0d98ba39e0a1a970d066fd19be786092f376 (patch)
tree3838363c06a6019db6cf1f882ea34ebded63c38b /examples/C/glib/Makefile.am
parent494f296a3baab08522617b24b1f126d8f9a17502 (diff)
Imported Upstream version 1.1.91 upstream/1.1.91
Diffstat (limited to 'examples/C/glib/Makefile.am')
-rw-r--r--examples/C/glib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/C/glib/Makefile.am b/examples/C/glib/Makefile.am
index 3e442c30..e3d655d0 100644
--- a/examples/C/glib/Makefile.am
+++ b/examples/C/glib/Makefile.am
@@ -5,7 +5,8 @@ AM_CPPFLAGS = \
 	-I${top_builddir}/libnm-core \
 	-I${top_srcdir}/libnm \
 	-I${top_builddir}/libnm \
-	$(GLIB_CFLAGS)
+	$(GLIB_CFLAGS) \
+	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE
 
 noinst_PROGRAMS = \
 	add-connection-gdbus \