mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
build: Update CLEANFILES
We use nodist for gir and typelib files, because we expect them to be rebuilt.
This commit is contained in:
parent
b6c749e61c
commit
da2d91b9b3
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user