diff options
Diffstat (limited to 'examples/C/qt/Makefile.am')
| -rw-r--r-- | examples/C/qt/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/C/qt/Makefile.am b/examples/C/qt/Makefile.am index a0cf8f4d..15b6bf45 100644 --- a/examples/C/qt/Makefile.am +++ b/examples/C/qt/Makefile.am @@ -1,7 +1,6 @@ -INCLUDES = -I${top_srcdir}/include \ - -I${top_builddir}/include - AM_CPPFLAGS = \ + -I${top_srcdir}/include \ + -I${top_builddir}/include \ $(DBUS_CFLAGS) \ $(QT_CFLAGS) |