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 /examples | |
parent | 8a040c6883936e9d76ef072424659fa969c3f945 (diff) |
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 'examples')
-rw-r--r-- | examples/C/glib/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/C/glib/meson.build b/examples/C/glib/meson.build index acc1e7123..edc4dbb14 100644 --- a/examples/C/glib/meson.build +++ b/examples/C/glib/meson.build @@ -15,6 +15,5 @@ foreach example: examples [example[0] + '.c'] + example[1], include_directories: example[2], dependencies: [nm_core_dep] + example[3], - c_args: '-DNM_VERSION_MAX_ALLOWED=NM_VERSION_CUR_STABLE' ) endforeach |