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

Andrzej noreply at xfce.org
Tue Aug 27 00:54:01 CEST 2013


Updating branch refs/heads/master
         to d0a61c007b18cfacb15975803067bf0cc564ce07 (commit)
       from e807eae675ef5ffc8b5da4910d1b58a688a05bb9 (commit)

commit d0a61c007b18cfacb15975803067bf0cc564ce07
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(+)

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 4229737..e09af55 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -72,6 +72,7 @@ desktop_DATA =									\
 @INTLTOOL_DESKTOP_RULE@
 
 EXTRA_DIST =									\
+	indicator-dialog.glade \
 	$(desktop_in_files)
 
 DISTCLEANFILES = \


More information about the Xfce4-commits mailing list