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.
This commit is contained in:
Emmanuele Bassi 2016-10-31 16:30:10 +00:00
parent a203b8cc28
commit 567f6373c8
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ endif # OS_WIN32
noinst_DATA = $(INTROSPECTION_GIRS)
CLEANFILES += $(gir_DATA)
CLEANFILES += $(INTROSPECTION_GIRS)
endif # HAVE_INTROSPECTION

View File

@ -145,7 +145,7 @@ INTROSPECTION_GIRS += Gsk-noinst-4.0.gir
noinst_DATA = $(INTROSPECTION_GIRS)
CLEANFILES += $(gir_DATA)
CLEANFILES += $(INTROSPECTION_GIRS)
endif