summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-21 20:12:39 +0100
committerThomas Haller <thaller@redhat.com>2016-11-21 20:20:14 +0100
commit104546cc211739dc2356d4a39d4ace2679812aff (patch)
tree9da359994fe36512688836f004da59964b755c05
parentf2afabe610d23fa5d5a38774dbd62c9112083622 (diff)
downloadNetworkManager-104546cc211739dc2356d4a39d4ace2679812aff.tar.gz
cli: always include "settings-docs.c"
We now require settings-docs.c to be present. Either, configure with --enable-gtk-doc to have it build, or use the pre-generated file from the source tarball.
-rw-r--r--clients/cli/settings.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/cli/settings.c b/clients/cli/settings.c
index 2bd7550ba8..89d779798d 100644
--- a/clients/cli/settings.c
+++ b/clients/cli/settings.c
@@ -8160,11 +8160,7 @@ nmc_setting_get_property_allowed_values (NMSetting *setting, const char *prop)
return NULL;
}
-#if defined (BUILD_SETTING_DOCS) || defined (HAVE_SETTING_DOCS)
#include "settings-docs.c"
-#else
-#define nmc_setting_get_property_doc(setting, prop) _("(not available)")
-#endif
/*
* Create a description string for a property.