summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-01-09 08:05:15 +0100
committerThomas Haller <thaller@redhat.com>2018-01-10 12:22:55 +0100
commit50930ed19a476f060b77f630111e7eb4c18b8008 (patch)
treedcf2b9b2e71482560045294c3b4eeaa9794de314 /docs/libnm
parent5e16bcf268b0a88764c06ecdb0d694cff560d201 (diff)
downloadNetworkManager-50930ed19a476f060b77f630111e7eb4c18b8008.tar.gz
meson: Use string variables extensively
The strings holding the names used for libraries have also been moved to different variables. This way they would be less error as these variables can be reused easily and any typing error would be quickly detected.
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index bccd8e6884..7baf09f823 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -1,4 +1,4 @@
-doc_module = 'libnm'
+doc_module = libnm_name
private_headers = [
'common.h',