summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-23 17:30:05 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-03-23 17:41:04 +0100
commitbbce089840e9b85808e01a5e0c265d3fa3186e61 (patch)
tree5466c7a30157b4910c96c5d5cb3822d70f28e67d
parent96571ec621e5786e68075d4ba2f017da6d23e762 (diff)
downloadNetworkManager-bbce089840e9b85808e01a5e0c265d3fa3186e61.tar.gz
cli/build: drop $builddir/cli/ from the include path
The sources should reach files in the $builddir using #include "". Besides, it is not guarranteed to be around: CC shared/clients_cli_nmcli-nm-setting-metadata.o cc1: error: ./clients/cli: No such file or directory [-Werror=missing-include-dirs] cc1: all warnings being treated as errors Makefile:12971: recipe for target 'shared/clients_cli_nmcli-nm-setting-metadata.o' failed
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e231049f2f..ba551d1571 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3067,7 +3067,6 @@ clients_cli_nmcli_CPPFLAGS = \
-I$(srcdir)/libnm \
-I$(builddir)/libnm \
-I$(srcdir)/clients/cli \
- -I$(builddir)/clients/cli \
-I$(srcdir)/clients/common \
$(GLIB_CFLAGS) \
-DG_LOG_DOMAIN=\""nmcli"\" \