summaryrefslogtreecommitdiff
path: root/docs/libnm
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
commit9ef17869b5fa775bd7f1da14471f52775efe1017 (patch)
tree9a63b083c18e8b95ad7c637add46ca705b2cfb7f /docs/libnm
parent8a040c6883936e9d76ef072424659fa969c3f945 (diff)
downloadNetworkManager-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')
-rw-r--r--docs/libnm/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 362a434455..288a595e64 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -71,7 +71,6 @@ GTKDOC_CFLAGS = \
-I$(top_builddir)/libnm-core \
-I$(top_srcdir)/libnm \
-I$(top_builddir)/libnm \
- -DNM_VERSION_MAX_ALLOWED=NM_VERSION_CUR_STABLE \
-DNM_VERSION_MIN_REQUIRED=NM_VERSION_0_9_8 \
$(GLIB_CFLAGS)