[next] telepathy-glib: Clean up tpglib-tests.list in "make clean"
Simon McVittie
smcv at kemper.freedesktop.org
Tue Mar 25 03:45:56 PDT 2014
Module: telepathy-glib
Branch: next
Commit: cd6939000d8f581b6d01e8ddbbcbd9fca61cae86
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=cd6939000d8f581b6d01e8ddbbcbd9fca61cae86
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Mar 20 11:46:39 2014 +0000
Clean up tpglib-tests.list in "make clean"
---
tests/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3e162a6..78f761a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,10 +32,14 @@ programs_list += \
test-util-cxx
endif
+CLEANFILES =
+
if ENABLE_INSTALLED_TESTS
testsdir = @tpglibtestsdir@
tests_PROGRAMS = $(programs_list)
tests_DATA = tpglib-tests.list
+CLEANFILES += $(tests_DATA)
+
else
noinst_PROGRAMS = $(programs_list)
endif
More information about the telepathy-commits
mailing list