summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2016-10-25 16:39:38 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2016-10-25 16:44:47 +0200
commit7939f373be3c1bdea86f6c1746b4ab0bb3564387 (patch)
tree488f9abc301470f3c3cc26836a4abbcad2b4918d
parentd00d907c0616b5f8dffefd28bbaf2fd2b8b66bae (diff)
downloadNetworkManager-7939f373be3c1bdea86f6c1746b4ab0bb3564387.tar.gz
build: fix "settings-docs.c" include path
Fixes: c8a25001f462d0184121afa8b96c3a9801109e86
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c584f68e1a..e93db7ea07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2940,14 +2940,14 @@ clients_cli_nmcli_SOURCES = \
$(NULL)
clients_cli_nmcli_CPPFLAGS = \
- -I${top_srcdir} \
- -I${top_builddir} \
-I${top_srcdir}/shared \
-I$(top_builddir)/shared \
-I${top_srcdir}/libnm-core \
-I${top_builddir}/libnm-core \
-I${top_srcdir}/libnm \
-I${top_builddir}/libnm \
+ -I${top_srcdir}/clients/cli \
+ -I${top_builddir}/clients/cli \
-I${top_srcdir}/clients/common \
$(GLIB_CFLAGS) \
-DG_LOG_DOMAIN=\""nmcli"\" \