summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-07-22 12:06:50 +0100
committerJürg Billeter <j@bitron.ch>2010-08-16 17:31:38 +0200
commit668b48ebfa6639dbd6fdcf839e7e626adc03a599 (patch)
tree3dd03ba3818b9edd5421ae52687d0cf43fadd8a2 /tests/Makefile.am
parent5d25a190fedbd5e7a89b397d1c1d24adfdc9c2f5 (diff)
downloadtracker-668b48ebfa6639dbd6fdcf839e7e626adc03a599.tar.gz
build: Fixed a myriad of build issues
- Removed examples/tracker-steroids, unused now. - Fixed all tracker-extract/*.c includes using libtracker-client - Fixed TRACKER_IS_SPARQL_BUILDER for _SPARQL_IS_BUILDER - Fixed Makefile.am includes and linking with libtracker-client were not needed
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b8a1cb65c..e84748a08 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,10 +9,12 @@ SUBDIRS = \
libtracker-data \
tracker-miner-fs \
tracker-extract \
- tracker-steroids \
tracker-store \
tracker-writeback
+# Disabled until it works again
+# tracker-steroids
+
if DIST_FUNCTIONAL_TESTS
SUBDIRS += functional-tests
endif