From 727192f6578e8e1856d2eed5bb579a27489e8c5a Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 6 Oct 2010 11:00:22 -0700 Subject: [PATCH] Fix the CLEANFILES for the Tp tests. --- tests/telepathy/Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am index 4ff9d63..f5569a3 100644 --- a/tests/telepathy/Makefile.am +++ b/tests/telepathy/Makefile.am @@ -61,6 +61,10 @@ contact_properties_SOURCES = \ $(NULL) CLEANFILES = \ + $(addsuffix .c,$(noinst_PROGRAMS)) \ + *.stamp \ + *.pid \ + *.address \ $(TESTS) \ $(NULL) @@ -71,12 +75,4 @@ test-%: % > $@ chmod +x $@ -#FIXME: simplify if possible -GITIGNOREFILES = \ - $(contact_retrieval_SOURCES:.vala=.c) \ - contact_retrieval_vala.stamp \ - $(contact_properties_SOURCES:.vala=.c) \ - contact_properties_vala.stamp \ - $(NULL) - -include $(top_srcdir)/git.mk -- 2.7.4