[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix make distcheck

noreply at xfce.org noreply at xfce.org
Tue May 27 17:40:49 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 35233f324a0695c326678aa4b4b2a1a4b4bd2f6c
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue May 27 18:37:53 2014 +0300

    Fix make distcheck
---
 data/appdata/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
index 0f71ff8..407d1c9 100644
--- a/data/appdata/Makefile.am
+++ b/data/appdata/Makefile.am
@@ -6,5 +6,5 @@ appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 appdata_in_files = xfce4-power-manager.appdata.xml.in
 
-DISTCLEANFILES =					\
-	$(appdata_DATA)
\ No newline at end of file
+CLEANFILES		= $(appdata_DATA)
+EXTRA_DIST		= $(appdata_in_files)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list