telepathy-mission-control: Clean all generated files, so we can distcheck successfully

Simon McVittie smcv at kemper.freedesktop.org
Wed Jan 9 06:16:57 PST 2013


Module: telepathy-mission-control
Branch: master
Commit: 5047dc72737b9fcb2f1310f9b5cf8e5719a6fe52
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=5047dc72737b9fcb2f1310f9b5cf8e5719a6fe52

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Jan  9 14:01:57 2013 +0000

Clean all generated files, so we can distcheck successfully

---

 src/Makefile.am |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 041b770..4d679cd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -80,7 +80,16 @@ BUILT_SOURCES = \
 	stamp-mcd-enum-types.h \
 	$(nodist_libmcd_convenience_la_SOURCES)
 
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = \
+	$(BUILT_SOURCES) \
+	_gen/cli-Connection_Manager_Interface_Account_Storage-gtk-doc.h \
+	_gen/svc-dispatcher-gtk-doc.h \
+	_gen/svc-Account_Interface_Hidden-gtk-doc.h \
+	_gen/svc-Account_Interface_External_Password_Storage-gtk-doc.h \
+	_gen/svc-Account_Interface_Conditions-gtk-doc.h \
+	_gen/svc-Account_Manager_Interface_Hidden-gtk-doc.h \
+	_gen/gtypes-gtk-doc.h \
+	$(NULL)
 
 libmcd_convenience_la_LIBADD = \
 	$(top_builddir)/mission-control-plugins/libmission-control-plugins.la \



More information about the telepathy-commits mailing list