summaryrefslogtreecommitdiff
path: root/clients/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'clients/Makefile.am')
-rw-r--r--clients/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am
index 8316dcc0ed..9c30eea1b2 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS = cli tui
AM_CPPFLAGS = \
- -I${top_srcdir}/include \
- -I$(top_builddir)/include \
+ -I${top_srcdir}/shared \
+ -I$(top_builddir)/shared \
-I${top_srcdir}/libnm-core \
-I${top_builddir}/libnm-core \
-I${top_srcdir}/libnm \