summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2010-08-19 19:15:01 +0200
committerAleksander Morgado <aleksander@lanedo.com>2010-08-19 19:15:01 +0200
commitfd725ea4bf0eccaba8b4b795243537b18139448a (patch)
tree4495b1cb09392c021a82304c260badbddf595e25
parentd05330649db93a8688df55d9cf01d4a6ef1dfb8c (diff)
downloadtracker-fd725ea4bf0eccaba8b4b795243537b18139448a.tar.gz
Fix distcheck: stamp should be distributed with ttl files
-rw-r--r--tests/functional-tests/ttl/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/functional-tests/ttl/Makefile.am b/tests/functional-tests/ttl/Makefile.am
index 5ff5b3140..71950343d 100644
--- a/tests/functional-tests/ttl/Makefile.am
+++ b/tests/functional-tests/ttl/Makefile.am
@@ -51,6 +51,8 @@ ttl_DATA = \
090-mto_TransferElement.ttl \
091-mto_UploadTransfer.ttl
-EXTRA_DIST = $(ttl_DATA)
+EXTRA_DIST = $(ttl_DATA) gen-test-data.stamp
-# Clean files... ?? \ No newline at end of file
+MAINTAINERCLEAN_FILES = \
+ $(ttl_DATA) \
+ gen-test-data.stamp