Fix the CLEANFILES for the Tp tests.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 6 Oct 2010 18:00:22 +0000 (11:00 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 6 Oct 2010 18:05:03 +0000 (11:05 -0700)
tests/telepathy/Makefile.am

index 4ff9d63..f5569a3 100644 (file)
@@ -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