[gnome-nettool] build: Fix gschema file remove



commit 28630334c01dc8582006937655d163beaa6a5c1c
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Sep 29 21:36:52 2017 +0200

    build: Fix gschema file remove
    
    Recently gnome-nettool has migrated from Intltool to Gettext.
    Although it's working perfectly, when cleaning the build files,
    it also removes the gschema file.
    
    This patch fixes this problem by not removing the gschema file
    anymore and including it as a distributable file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788309

 data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2d9893d..8fb7ea6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,11 +14,11 @@ gnome-nettool.desktop: gnome-nettool.desktop.in
 
 EXTRA_DIST =                   \
        $(desktop_in_in_files)  \
+       $(gsettings_SCHEMAS)    \
        $(ui_DATA)
 
 DISTCLEANFILES =                \
-       $(desktop_in_files)     \
-       $(gsettings_SCHEMAS)
+       $(desktop_in_files)
 
 CLEANFILES =                    \
        $(desktop_DATA)


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