summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-10-26 16:10:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-10-26 16:10:35 +0100
commitda2d91b9b3c7bdc20b284a97b53259b5122255a4 (patch)
treec3a443ff20cd5132e138b47818b1422d0336932b
parentb6c749e61c64ad7b90161b64faaf4161394f307d (diff)
downloadgtk+-da2d91b9b3c7bdc20b284a97b53259b5122255a4.tar.gz
build: Update CLEANFILES
We use nodist for gir and typelib files, because we expect them to be rebuilt.
-rw-r--r--gtk/Makefile.am4
1 files changed, 1 insertions, 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
#