summary refs log tree commit diff
path: root/clients/cli/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/Makefile.in')
-rw-r--r--clients/cli/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/clients/cli/Makefile.in b/clients/cli/Makefile.in
index 34315101..d79f0e70 100644
--- a/clients/cli/Makefile.in
+++ b/clients/cli/Makefile.in
@@ -324,6 +324,7 @@ LOG_DRIVER = @LOG_DRIVER@
 LTLIBICONV = @LTLIBICONV@
 LTLIBINTL = @LTLIBINTL@
 LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -465,10 +466,11 @@ with_netconfig = @with_netconfig@
 with_resolvconf = @with_resolvconf@
 with_valgrind = @with_valgrind@
 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} \
-	-I${top_srcdir}/include -I${top_srcdir}/libnm-core \
-	-I${top_builddir}/libnm-core -I${top_srcdir}/libnm \
-	-I${top_builddir}/libnm -I${top_srcdir}/clients/common \
-	$(GLIB_CFLAGS) -DG_LOG_DOMAIN=\""nmcli"\" \
+	-I${top_srcdir}/include -I$(top_builddir)/include \
+	-I${top_srcdir}/libnm-core -I${top_builddir}/libnm-core \
+	-I${top_srcdir}/libnm -I${top_builddir}/libnm \
+	-I${top_srcdir}/clients/common $(GLIB_CFLAGS) \
+	-DG_LOG_DOMAIN=\""nmcli"\" \
 	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
 	-DNMCLI_LOCALEDIR=\"$(datadir)/locale\" $(am__append_1)
 nmcli_SOURCES = agent.c agent.h common.c common.h connections.c \