[cogl] build: Compile the introspection data
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] build: Compile the introspection data
- Date: Fri, 6 May 2011 15:55:00 +0000 (UTC)
commit 48c9157e97a49a2a1b469fe820cff2ad3c8ab4cb
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Fri May 6 16:53:43 2011 +0100
build: Compile the introspection data
The compilation step for the introspection data was missing.
cogl/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index d21dd7b..66cf1d8 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]