[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix redefinition of DISTCLEANFILES

noreply at xfce.org noreply at xfce.org
Mon Jun 18 03:28:58 CEST 2018


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

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-settings.

commit 5b9a4732e92d1ff2cb9e04b08be98b2c0c7d148a
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jun 17 21:28:53 2018 -0400

    Fix redefinition of DISTCLEANFILES
---
 xfce4-settings-editor/Makefile.am | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/xfce4-settings-editor/Makefile.am b/xfce4-settings-editor/Makefile.am
index 9b0c9f6..3f091a2 100644
--- a/xfce4-settings-editor/Makefile.am
+++ b/xfce4-settings-editor/Makefile.am
@@ -64,18 +64,21 @@ xfce-settings-marshal.c: xfce-settings-marshal.list Makefile
 	&& glib-genmarshal --prefix=_xfce_settings_marshal --body $< >> $@
 
 DISTCLEANFILES = \
-	$(xfce4_settings_editor_built_sources)
+	$(xfce4_settings_editor_built_sources) \
+	$(desktop_DATA)
 
 BUILT_SOURCES = \
 	$(xfce4_settings_editor_built_sources)
 
+else
+
+DISTCLEANFILES = \
+	$(desktop_DATA)
+
 endif
 
 EXTRA_DIST = \
 	xfce-settings-marshal.list \
 	$(desktop_in_files)
 
-DISTCLEANFILES = \
-	$(desktop_DATA)
-
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

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


More information about the Xfce4-commits mailing list