diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-07-16 15:31:14 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-07-16 15:31:14 +0200 |
commit | 8a4ad11a45a807c58e007ad9cd9184c69563de21 (patch) | |
tree | 33aaa561b01344ef1eeffe99f6918bdd5d9a632b /tests | |
parent | 82245d1bae70e22d26187d584d2342036f1f43f3 (diff) | |
download | tracker-8a4ad11a45a807c58e007ad9cd9184c69563de21.tar.gz |
build: Require gnome-common and build a proper Changelog
Includes further fixes for "make distcheck"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtracker-data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtracker-data/Makefile.am b/tests/libtracker-data/Makefile.am index c7623e156..beaef61fe 100644 --- a/tests/libtracker-data/Makefile.am +++ b/tests/libtracker-data/Makefile.am @@ -90,3 +90,6 @@ EXTRA_DIST += \ ontologies/20-dc.ontology \ ontologies/31-nao.ontology \ ontologies/90-tracker.ontology + +clean-local: + rm -rf $(abs_builddir)/test-cache |