summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2013-10-18 21:29:19 +0100
committerMartyn Russell <martyn@lanedo.com>2013-10-18 21:29:19 +0100
commit93da8b25d43635d1893919c048e5535a6b11c48a (patch)
tree7e5a886324fc49ff8b0dbc25df582ddc847d16cd /utils
parent2a98c0a9848742cc1ecd9f97621ff75398aaed01 (diff)
downloadtracker-93da8b25d43635d1893919c048e5535a6b11c48a.tar.gz
build: Avoid warnings about use of old INCLUDES in Makefile.am
Diffstat (limited to 'utils')
-rw-r--r--utils/tracker-sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tracker-sql/Makefile.am b/utils/tracker-sql/Makefile.am
index 452e7a16d..8239d8e27 100644
--- a/utils/tracker-sql/Makefile.am
+++ b/utils/tracker-sql/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
noinst_PROGRAMS = tracker-sql
-INCLUDES = \
+AM_CPPFLAGS = \
$(BUILD_CFLAGS) \
-DLOCALEDIR=\""$(localedir)"\" \
-I$(top_srcdir)/src \