[folks] Don't delete tp-test-contactlist.deps when maintainer-cleaning.



commit e60a5fa59f5706105a72a9182ae24f499e14f36c
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Jun 9 15:29:53 2011 -0700

    Don't delete tp-test-contactlist.deps when maintainer-cleaning.
    
    This fixes a bug introduced by b983fee7

 tests/lib/telepathy/contactlist/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 2a91549..51f45a6 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -84,7 +84,8 @@ CLEANFILES = \
 	$(NULL)
 
 MAINTAINERCLEANFILES = \
-	$(dist_noinst_DATA) \
+	tp-test-contactlist.gir \
+	tp-test-contactlist.vapi \
 	$(NULL)
 
 EXTRA_DIST = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]