summaryrefslogtreecommitdiff
path: root/utils/mtp
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-26 10:19:43 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:56 +0100
commit678b1872658f55f8630c1712e2312ee11d3547c1 (patch)
tree97d229c76ecdb4f3cb0cb059354006f3ed81f5ca /utils/mtp
parenteb9e834539c957c5a5216ada651abccd9a342b06 (diff)
downloadtracker-678b1872658f55f8630c1712e2312ee11d3547c1.tar.gz
build: Use AM_CPPFLAGS now INCLUDES is deprecated
Diffstat (limited to 'utils/mtp')
-rw-r--r--utils/mtp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mtp/Makefile.am b/utils/mtp/Makefile.am
index d1cad0ac3..3d6a26220 100644
--- a/utils/mtp/Makefile.am
+++ b/utils/mtp/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
-INCLUDES = \
+AM_CPPFLAGS = \
$(BUILD_CFLAGS) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \