From d628ada05a43b6823a0606cf3ed4645855c52140 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 23 Mar 2017 18:58:46 +0100 Subject: [PATCH] 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. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8ff88eb664..1da8bb0e68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \