summary refs log tree commit diff
path: root/examples/C/qt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C/qt/Makefile.am')
-rw-r--r--examples/C/qt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/C/qt/Makefile.am b/examples/C/qt/Makefile.am
index 15b6bf45..aff4c48e 100644
--- a/examples/C/qt/Makefile.am
+++ b/examples/C/qt/Makefile.am
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = \
-	-I${top_srcdir}/include \
-	-I${top_builddir}/include \
+	-I${top_srcdir}/libnm-core \
+	-I${top_builddir}/libnm-core \
 	$(DBUS_CFLAGS) \
 	$(QT_CFLAGS)