1
0
Fork 0
mutter-performance-source/clutter/json
Emmanuele Bassi 21aa09748c Add build machinery for gobject-introspection data
configure.ac: Check for gobject-introspection

build/introspection.m4: Include the file that defines the
GOBJECT_CHECK_INTROSPECTION m4 macro in case we want to disable
the introspection data generation.

clutter/json/Makefile.am: Build the .gir for "ClutterJson"
  (json-glib as part of the Clutter library)

clutter/Makefile.am: Build the .gir for clutter, compile the
  Clutter and ClutterJson girs into typelibs, and install them.
  Also move GCC_FLAGS from $(INCLUDES) to $(AM_CFLAGS) since it includes
  non-preprocessor flag like -Wall.

See also:

  http://bugzilla.openedhand.com/show_bug.cgi?id=1450

Based on a patch by: Owen W. Taylor <otaylor@fishsoup.net>

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2009-02-20 14:39:51 +00:00
..
json-array.c Add gobject-introspection annotations 2009-02-20 12:09:07 +00:00
json-generator.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
json-generator.h 2007-10-08 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-08 15:03:22 +00:00
json-glib.h 2007-10-08 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-08 15:03:22 +00:00
json-marshal.c 2007-10-08 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-08 15:03:22 +00:00
json-marshal.h 2007-10-08 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-08 15:03:22 +00:00
json-node.c Add gobject-introspection annotations 2009-02-20 12:09:07 +00:00
json-object.c Add gobject-introspection annotations 2009-02-20 12:09:07 +00:00
json-parser.c Add gobject-introspection annotations 2009-02-20 12:09:07 +00:00
json-parser.h 2007-12-06 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-06 11:25:16 +00:00
json-types.h 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:32:29 +00:00
Makefile.am Add build machinery for gobject-introspection data 2009-02-20 14:39:51 +00:00