summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-10-31 16:30:10 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2016-10-31 16:30:10 +0000
commit567f6373c84ad9d4e80ccac807898b061ca4e76d (patch)
tree2073196b2f72d4271482f8d972493c2d48508fbb
parenta203b8cc284b724d6a555e940a5633fc612372b1 (diff)
downloadgtk+-567f6373c84ad9d4e80ccac807898b061ca4e76d.tar.gz
build: Clean the uninstalled introspection GIR files
We need to remove them from the build when cleaning them. Additionally, this automatically adds them to the Git ignore file.
-rw-r--r--gdk/Makefile.am2
-rw-r--r--gsk/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 8553d13c09..a84448e4ce 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -355,7 +355,7 @@ endif # OS_WIN32
noinst_DATA = $(INTROSPECTION_GIRS)
-CLEANFILES += $(gir_DATA)
+CLEANFILES += $(INTROSPECTION_GIRS)
endif # HAVE_INTROSPECTION
diff --git a/gsk/Makefile.am b/gsk/Makefile.am
index cb51152023..c920fdcec7 100644
--- a/gsk/Makefile.am
+++ b/gsk/Makefile.am
@@ -145,7 +145,7 @@ INTROSPECTION_GIRS += Gsk-noinst-4.0.gir
noinst_DATA = $(INTROSPECTION_GIRS)
-CLEANFILES += $(gir_DATA)
+CLEANFILES += $(INTROSPECTION_GIRS)
endif