summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2013-10-19 14:06:38 +0100
committerMartyn Russell <martyn@lanedo.com>2013-10-19 14:15:11 +0100
commit3cee6eb0c0d0d9f0d46e37b8aea02408e0718c8a (patch)
treefdc94b4e01ad35d04dac4bab5bebc2ca93969d7a /utils
parent93da8b25d43635d1893919c048e5535a6b11c48a (diff)
downloadtracker-3cee6eb0c0d0d9f0d46e37b8aea02408e0718c8a.tar.gz
build: Improve warnings generated from Vala generated C files
Don't include all the warnings about -Wunused*
Diffstat (limited to 'utils')
-rw-r--r--utils/tracker-resdump/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tracker-resdump/Makefile.am b/utils/tracker-resdump/Makefile.am
index 45da7b939..8ff90a2d3 100644
--- a/utils/tracker-resdump/Makefile.am
+++ b/utils/tracker-resdump/Makefile.am
@@ -10,7 +10,7 @@ AM_VALAFLAGS = \
$(top_srcdir)/src/libtracker-bus/tracker-bus.vapi
AM_CPPFLAGS =\
- $(BUILD_CFLAGS) \
+ $(BUILD_VALACFLAGS) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
$(LIBTRACKER_SPARQL_CFLAGS) \