[vinagre: 18/22] Clean typelib files at Makefile



commit 5f152396a71b22feb5900b66fe9d7a9012d35d31
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Jul 30 16:40:04 2010 +0200

    Clean typelib files at Makefile

 vinagre/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/vinagre/Makefile.am b/vinagre/Makefile.am
index fead7ba..41491c1 100644
--- a/vinagre/Makefile.am
+++ b/vinagre/Makefile.am
@@ -271,6 +271,8 @@ handwritten_sources += \
 
 endif
 
+CLEANFILES =
+
 if HAVE_INTROSPECTION
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS = Vinagre-3.0.gir
@@ -288,6 +290,12 @@ gir_DATA = $(INTROSPECTION_GIRS)
 
 typelibdir = $(libdir)/girepository-1.0
 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
+
+CLEANFILES +=		\
+	$(gir_DATA)	\
+	$(typelib_DATA)	\
+	$(NULL)
+
 endif
 
 DISTCLEANFILES =		\



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