build: Remove gir files from dist

The introspection data is going to be generated, so it should never be
in the dist.
This commit is contained in:
Emmanuele Bassi 2010-09-13 02:01:21 +01:00
parent 8f049b360a
commit a856003791

View File

@ -295,7 +295,7 @@ Cogl_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = --warn-all --c-include='cogl/co
INTROSPECTION_GIRS += Cogl-@CLUTTER_API_VERSION@.gir
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)
gir_DATA = $(INTROSPECTION_GIRS)
CLEANFILES += $(INTROSPECTION_GIRS)
endif