[gnome-bluetooth] all: add missing files to CLEANFILES to fix distcheck



commit a49f0c60c3e20b2d1f23f0860a337ab25eb16157
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 20 16:36:19 2012 -0400

    all: add missing files to CLEANFILES to fix distcheck

 applet/Makefile-lib.am |    2 +-
 sendto/Makefile.am     |    2 ++
 wizard/Makefile.am     |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
index 409023a..375270c 100644
--- a/applet/Makefile-lib.am
+++ b/applet/Makefile-lib.am
@@ -36,5 +36,5 @@ INTROSPECTION_GIRS += GnomeBluetoothApplet-1.0.gir
 typelibdir = $(pkglibdir)
 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(typelib_DATA)
+CLEANFILES += $(typelib_DATA) $(INTROSPECTION_GIRS)
 endif # HAVE_INTROSPECTION
diff --git a/sendto/Makefile.am b/sendto/Makefile.am
index bca2627..13e97bc 100644
--- a/sendto/Makefile.am
+++ b/sendto/Makefile.am
@@ -41,6 +41,8 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
 @INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
 
+CLEANFILES = $(gsettings_SCHEMAS) $(desktop_DATA)
+
 endif
 
 EXTRA_DIST = $(man_MANS) $(desktop_in_in_files) gnome-bluetooth-nst org.gnome.Bluetooth.nst.gschema.xml.in nautilus-sendto-plugin.c
diff --git a/wizard/Makefile.am b/wizard/Makefile.am
index 7b7ff1c..f448d02 100644
--- a/wizard/Makefile.am
+++ b/wizard/Makefile.am
@@ -42,5 +42,6 @@ check:
 	fi
 
 EXTRA_DIST = $(man_MANS) $(pin_DATA) $(ui_DATA) $(desktop_in_in_files)
+CLEANFILES = $(desktop_DATA)
 
 MAINTAINERCLEANFILES = Makefile.in



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