[gtk+] build: Update CLEANFILES



commit da2d91b9b3c7bdc20b284a97b53259b5122255a4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 26 16:10:35 2016 +0100

    build: Update CLEANFILES
    
    We use nodist for gir and typelib files, because we expect them to be
    rebuilt.

 gtk/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 4586259..941de3f 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
 include $(top_srcdir)/Makefile.decl
 
 GTK_BASE_CFLAGS_DEFINES =                              \
@@ -1575,7 +1573,7 @@ nodist_gir_DATA = $(INTROSPECTION_GIRS) $(EXTRA_GIRS)
 typelibsdir = $(libdir)/girepository-1.0
 nodist_typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) $(EXTRA_GIRS:.gir=.typelib)
 
-CLEANFILES += $(gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(nodist_gir_DATA) $(nodist_typelibs_DATA)
 endif
 
 #


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