[folks] Un-break distclean for the Telepathy backend



commit 5bfdab011d1e669aae6f670781cddf0f3a61be38
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Nov 10 17:41:38 2010 -0800

    Un-break distclean for the Telepathy backend

 backends/telepathy/lib/Makefile.am |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index 077049d..b213fbb 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -150,14 +150,7 @@ CLEANFILES += \
 	folks-telepathy-uninstalled.pc \
 	$(NULL)
 
-# XXX: theoretically, these shouldn't be here, but distcheck's final disclean
-# complains that these files exist at the end
-DISTCLEANFILES = \
-	tp-lowlevel.gir \
-	tp-lowlevel.vapi \
-	$(NULL)
-
-GITIGNOREFILES = \
+MAINTAINERCLEANFILES = \
 	$(folks_telepathy_valasources:.vala=.c) \
 	libfolks_telepathy_la_vala.stamp \
 	libtp_lowlevel_la_vala.stamp \
@@ -170,7 +163,7 @@ GITIGNOREFILES = \
 EXTRA_DIST = \
 	$(libtp_lowlevel_la_SOURCES) \
 	$(pkgconfig_in) \
-	$(GITIGNOREFILES) \
+	$(MAINTAINERCLEANFILES) \
 	$(NULL)
 
 # XXX: headers separated because automake erroneously treats all libraries in



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