From da2d91b9b3c7bdc20b284a97b53259b5122255a4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 Oct 2016 16:10:35 +0100 Subject: [PATCH] build: Update CLEANFILES We use nodist for gir and typelib files, because we expect them to be rebuilt. --- gtk/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 458625963f..941de3f28e 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 #