[folks] Don't list session.conf in CLEANFILES



commit ec82ec3c124af3f7cf435bcf0bda63b3fb1efe72
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Sep 18 15:29:20 2010 +0100

    Don't list session.conf in CLEANFILES
    
    Since it's generated by AC_CONFIG_FILES, it already has rebuild and clean
    rules generated for it. Adding it to CLEANFILES breaks this.

 tests/lib/telepathy/contactlist/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 8efc4a0..56ec6a5 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -68,7 +68,6 @@ CLEANFILES = \
 	_gen/tp_test_contact_list.manager \
 	$(INTROSPECTION_GIRS) \
 	tp-test-contactlist.vapi \
-	session.conf \
 	$(gir_DATA) \
 	$(typelib_DATA) \
 	$(NULL)



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