summaryrefslogtreecommitdiff
path: root/gsk
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 /gsk
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.
Diffstat (limited to 'gsk')
-rw-r--r--gsk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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