summaryrefslogtreecommitdiff
path: root/examples/C/glib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C/glib/Makefile.am')
-rw-r--r--examples/C/glib/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/C/glib/Makefile.am b/examples/C/glib/Makefile.am
index 1511f60765..1f4785dad8 100644
--- a/examples/C/glib/Makefile.am
+++ b/examples/C/glib/Makefile.am
@@ -1,10 +1,9 @@
-INCLUDES = -I${top_srcdir}/libnm-util \
- -I${top_builddir}/libnm-util \
- -I${top_srcdir}/libnm-glib \
- -I${top_srcdir}/include \
- -I${top_builddir}/include
-
AM_CPPFLAGS = \
+ -I${top_srcdir}/libnm-util \
+ -I${top_builddir}/libnm-util \
+ -I${top_srcdir}/libnm-glib \
+ -I${top_srcdir}/include \
+ -I${top_builddir}/include \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS)