build: don't consider clients/cli/settings-docs.c for SETTING_DOCS_AVAILABLE

"clients/cli/settings-docs.c" is only required for nmcli. Makefile.am will
check for the existance of the file during the build.

It doesn't matter for SETTING_DOCS_AVAILABLE.
This commit is contained in:
Thomas Haller 2016-11-22 10:48:33 +01:00
parent 2c9572d302
commit 269c2afee8

View file

@ -1126,8 +1126,7 @@ if test "$build_setting_docs" != "yes" \
-a -f man/nm-settings.xml \
-a -f man/nm-settings-keyfile.xml \
-a -f man/nm-settings-ifcfg-rh.xml \
-a -f docs/api/settings-spec.xml \
-a -f clients/cli/settings-docs.c; then
-a -f docs/api/settings-spec.xml; then
have_setting_docs=yes
fi