summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-30 17:51:55 +0200
committerThomas Haller <thaller@redhat.com>2017-03-30 17:52:05 +0200
commitd2af54f9bbef6ea71a52a4d58a9600889ae8bc17 (patch)
treedd2d48915eaba9b2d6bd012b0dedfae6e6377eb1
parent1b2da4b5f3af898f33df0cc5ae2bf8d9d67cbd8f (diff)
downloadNetworkManager-d2af54f9bbef6ea71a52a4d58a9600889ae8bc17.tar.gz
build: fix out-of-tree build after moving generated settings-docs.c
Fixes: d720f0955ffda93e0fc1f7b69eb6a01395246229
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a8fce01c3..598dfdfdde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3166,8 +3166,8 @@ clients_cli_nmcli_CPPFLAGS = \
-I$(srcdir)/libnm \
-I$(builddir)/libnm \
-I$(srcdir)/clients/cli \
- -I$(builddir)/clients/cli \
-I$(srcdir)/clients/common \
+ -I$(builddir)/clients/common \
$(GLIB_CFLAGS) \
-DG_LOG_DOMAIN=\""nmcli"\" \
-DNMCLI_LOCALEDIR=\"$(datadir)/locale\"