[gnome-online-accounts] build: Cleaning fix



commit b99021a0fa4280ede729f3d4a8f87ecba32923ea
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Oct 3 18:40:12 2017 +0200

    build: Cleaning fix
    
    See:
    https://www.gnu.org/software/automake/manual/html_node/Clean.html

 data/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index fc58d03..0c32a0b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -29,12 +29,15 @@ EXTRA_DIST =                                                \
        org.gnome.OnlineAccounts.service.in             \
        $(NULL)
 
-DISTCLEANFILES =                                       \
-       $(gsettings_SCHEMAS)                            \
+CLEANFILES =                                           \
        org.gnome.OnlineAccounts.service                \
        org.gnome.Identity.service                      \
        $(NULL)
 
+DISTCLEANFILES =                                       \
+       $(gsettings_SCHEMAS)                            \
+       $(NULL)
+
 clean-local :
        rm -f *~
 


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