summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartyn Russell <martyn@imendio.com>2009-07-29 15:05:08 +0100
committerMartyn Russell <martyn@imendio.com>2009-07-29 15:47:36 +0100
commitc71f36ade84c9317c4093f9c382378b41b202343 (patch)
tree51a4c8dcf6833c7ec613fc9c92706ddae2255523 /tests/Makefile.am
parent8b607d8073672191c5526411604ede1157f21d76 (diff)
downloadtracker-c71f36ade84c9317c4093f9c382378b41b202343.tar.gz
Moved thumbnailer.[ch] and volume-cleanup.[ch] to tracker-miner-fs
Also while doing this, some make distcheck issues were fixed. We no longer require tracker-marshal-main.c to include tracker-marshal.[ch], this is done automatically now. tests/tracker-store/ was created and the tracker-events-test.c was moved here from tests/tracker-miner-fs. This is still broken for some reason so disabled for now.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c63cc6a7a..28d0a1188 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,4 +6,5 @@ SUBDIRS = \
libtracker-data \
libtracker-db \
tracker-miner-fs \
- tracker-extract
+ tracker-extract \
+ tracker-store