diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
| commit | c2de0d98ba39e0a1a970d066fd19be786092f376 (patch) | |
| tree | 3838363c06a6019db6cf1f882ea34ebded63c38b /examples/C/glib/Makefile.in | |
| parent | 494f296a3baab08522617b24b1f126d8f9a17502 (diff) | |
Imported Upstream version 1.1.91 upstream/1.1.91
Diffstat (limited to 'examples/C/glib/Makefile.in')
| -rw-r--r-- | examples/C/glib/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/C/glib/Makefile.in b/examples/C/glib/Makefile.in index c755d178..782318fc 100644 --- a/examples/C/glib/Makefile.in +++ b/examples/C/glib/Makefile.in @@ -500,7 +500,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 add_connection_gdbus_SOURCES = add-connection-gdbus.c add_connection_gdbus_LDADD = \ |