[grilo] vala: Don't remove .deps file on clean



commit 41b533f2006311cb8c1b099245401038b15400f4
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 24 14:38:17 2015 +0200

    vala: Don't remove .deps file on clean
    
    Instead, they should only be removed when maintainer-clean is done.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755368

 bindings/vala/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am
index acb859c..5145774 100644
--- a/bindings/vala/Makefile.am
+++ b/bindings/vala/Makefile.am
@@ -25,7 +25,8 @@ EXTRA_DIST += GrlNet- GRL_MAJORMINOR@.metadata grilo-net- GRL_MAJORMINOR@.deps g
 vapidir = $(datadir)/vala/vapi
 vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
 
-CLEANFILES += $(vapi_DATA)
+CLEANFILES += $(VAPIGEN_VAPIS)
+MAINTAINERCLEANFILES = $(VAPIGEN_VAPIS:.vapi=.deps)
 
 endif
 


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