summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-23 18:58:46 +0100
committerThomas Haller <thaller@redhat.com>2017-03-23 18:58:47 +0100
commitd628ada05a43b6823a0606cf3ed4645855c52140 (patch)
tree257844c59ae3d5af1fde86a40ff8b419ba1135f1
parentd7ad13591be6bc29188ed6e421abb8dad07305f0 (diff)
downloadNetworkManager-d628ada05a43b6823a0606cf3ed4645855c52140.tar.gz
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.
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ff88eb664..1da8bb0e68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3031,9 +3031,6 @@ 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 \
clients/cli/common.c \