mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
[build] Do not shave typelib generation
Bug 1478 - typelib creation shaved out of existence Add a 'GEN' output rule for the typelib files created when introspection is enabled.
This commit is contained in:
parent
259443b145
commit
0fc9452b03
@ -288,7 +288,7 @@ typelibsdir = $(libdir)/girepository-1.0/
|
|||||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||||
|
|
||||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||||
$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
|
$(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
|
||||||
|
|
||||||
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user