diff options
| author | Thomas Haller <thaller@redhat.com> | 2018-01-16 15:42:43 +0100 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2018-01-23 10:50:34 +0100 |
| commit | 9ef17869b5fa775bd7f1da14471f52775efe1017 (patch) | |
| tree | 9a63b083c18e8b95ad7c637add46ca705b2cfb7f /docs/libnm-glib | |
| parent | 8a040c6883936e9d76ef072424659fa969c3f945 (diff) | |
| download | NetworkManager-9ef17869b5fa775bd7f1da14471f52775efe1017.tar.gz | |
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 'docs/libnm-glib')
| -rw-r--r-- | docs/libnm-glib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libnm-glib/Makefile.am b/docs/libnm-glib/Makefile.am index e733f76502..8a868d0e9c 100644 --- a/docs/libnm-glib/Makefile.am +++ b/docs/libnm-glib/Makefile.am @@ -56,7 +56,6 @@ GTKDOC_CFLAGS = \ -I$(top_builddir)/libnm-util \ -I$(top_srcdir)/libnm-glib \ -I$(top_builddir)/libnm-glib \ - -DNM_VERSION_MAX_ALLOWED=NM_VERSION_CUR_STABLE \ -DNM_VERSION_MIN_REQUIRED=NM_VERSION_0_9_8 \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) |
