[gnome-commander/GSettings: 11/11] Adds gschema files to EXTRA_DIST and CLEANFILES



commit 0ba4c11d340107accf8b588cd3b23306cd5ed6bd
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Dec 14 22:15:03 2015 +0100

    Adds gschema files to EXTRA_DIST and CLEANFILES

 data/Makefile.am |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b1f36b3..1ae6321 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -25,8 +25,16 @@ ebuild_DATA_NOINST = @PACKAGE -@VERSION  ebuild
 @PACKAGE -@VERSION  ebuild: $(ebuild_files)
        ln -sf @PACKAGE  ebuild @PACKAGE -@VERSION  ebuild
 
-EXTRA_DIST = $(appdata_in_files) $(desktop_in_files) @PACKAGE  spec $(ebuild_files) $(ebuild_DATA_NOINST)
-EXTRA_DIST     += $(mimexml_DATA)
+EXTRA_DIST =              \
+       $(appdata_in_files)   \
+       $(desktop_in_files)   \
+       @PACKAGE  spec        \
+       $(ebuild_files)       \
+       $(ebuild_DATA_NOINST) \
+       $(mimexml_DATA)       \
+       $(gsettings_SCHEMAS)
+
+CLEANFILES = org gnome  PACKAGE@.gschema.valid
 
 DISTCLEANFILES = $(appdata_DATA) $(desktop_DATA)
 


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