build: Compile the introspection data

The compilation step for the introspection data was missing.
This commit is contained in:
Emmanuele Bassi 2011-05-06 16:53:43 +01:00
parent f02ec9fc46
commit 48c9157e97

View File

@ -389,5 +389,8 @@ INTROSPECTION_GIRS += Cogl-1.0.gir
girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
CLEANFILES += $(INTROSPECTION_GIRS)
typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
endif