21aa09748c
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>
11 lines
126 B
Makefile
11 lines
126 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
dolt.m4 \
|
|
introspection.m4 \
|
|
gtk-doc.m4 \
|
|
shave.in \
|
|
shave-libtool.in \
|
|
shave.m4 \
|
|
$(NULL)
|