[Xfce4-commits] <xfce4-indicator-plugin:xfce4-indicator-plugin-1.0> make distcheck fixes

Andrzej noreply at xfce.org
Tue Jun 4 23:14:01 CEST 2013


Updating branch refs/heads/xfce4-indicator-plugin-1.0
         to e123b2cfb5613efc2fdfd47a0fcc85af825b412e (commit)
       from 69afae1afe55372d3280446e16d05a45672687ce (commit)

commit e123b2cfb5613efc2fdfd47a0fcc85af825b412e
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Jun 4 22:05:35 2013 +0100

    make distcheck fixes

 Makefile.am              |    3 +++
 panel-plugin/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 56fdc91..a3fd5a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,9 @@ SUBDIRS =								\
 distclean-local:
 	rm -rf *.cache *~
 
+distuninstallcheck_listfiles = 						\
+	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 rpm: dist
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index fcec7f7..09b0373 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -74,6 +74,7 @@ desktop_DATA =									\
 @INTLTOOL_DESKTOP_RULE@
 
 EXTRA_DIST =									\
+	indicator-dialog.glade \
 	$(desktop_in_files)
 
 DISTCLEANFILES = \


More information about the Xfce4-commits mailing list