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

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 90f0ac13ddbafa1dff3b13058b35cf02414434e1
Author: Sean Davis <smd.seanda...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to