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

noreply at xfce.org noreply at xfce.org
Tue Jun 19 04:01:29 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       x   f   c   e   -   4   .   1   2   
   in repository xfce/xfce4-settings.

commit 90f0ac13ddbafa1dff3b13058b35cf02414434e1
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Jun 18 22:01:24 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 b185f2f..86b48c7 100644
--- a/xfce4-settings-editor/Makefile.am
+++ b/xfce4-settings-editor/Makefile.am
@@ -60,18 +60,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