[gnome-session] data: Don't clean $(wayland_session_in_files) in DISTCLEANFILES



commit 34dbc87f9df014e0232be8bc25aaf1e8928c91dc
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Tue Mar 28 20:08:13 2017 +0100

    data: Don't clean $(wayland_session_in_files) in DISTCLEANFILES
    
    This variable references gnome.desktop.in now, which is not generated,
    and so cleaning this up is not correct.

 data/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index ae08730..d8c4557 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -59,7 +59,6 @@ CLEANFILES =                                  \
        $(session_DATA)
 
 DISTCLEANFILES =                               \
-       $(gsettings_SCHEMAS)                    \
-       $(wayland_session_in_files)
+       $(gsettings_SCHEMAS)
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]