mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
parent
a203b8cc28
commit
567f6373c8
@ -355,7 +355,7 @@ endif # OS_WIN32
|
||||
|
||||
noinst_DATA = $(INTROSPECTION_GIRS)
|
||||
|
||||
CLEANFILES += $(gir_DATA)
|
||||
CLEANFILES += $(INTROSPECTION_GIRS)
|
||||
|
||||
endif # HAVE_INTROSPECTION
|
||||
|
||||
|
@ -145,7 +145,7 @@ INTROSPECTION_GIRS += Gsk-noinst-4.0.gir
|
||||
|
||||
noinst_DATA = $(INTROSPECTION_GIRS)
|
||||
|
||||
CLEANFILES += $(gir_DATA)
|
||||
CLEANFILES += $(INTROSPECTION_GIRS)
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user