build: remove currently unneeded include of shared/nm-setting-metadata.h from nmcli

One day, I wish we would have more setting metadata in shared via
"shared/nm-setting-metadata.h", ready for nmcli and nmtui to use
(by statically linking against the internal API).

Anyway, it is still unused, so drop the files from the SOURCES of
nmcli.
This commit is contained in:
Thomas Haller 2017-03-23 18:58:46 +01:00
parent d7ad13591b
commit d628ada05a

View file

@ -3030,9 +3030,6 @@ if BUILD_NMCLI
bin_PROGRAMS += clients/cli/nmcli
clients_cli_nmcli_SOURCES = \
\
shared/nm-setting-metadata.c \
shared/nm-setting-metadata.h \
\
clients/cli/agent.c \
clients/cli/agent.h \