1
0
Fork 0
mutter-performance-source/clutter/clutter-json.h.in
Emmanuele Bassi 389e1470a5 2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac:
	* clutter/Makefile.am: Do not build the internal JSON-GLib
	copy if there is a system installed one.

	* clutter/clutter-json.h: Remove.

	* clutter/clutter-json.h.in: Template for the clutter-json.h
	header file, used to opaquely include the JSON-GLib types.
2008-04-23 13:58:58 +00:00

13 lines
369 B
C

#ifndef __CLUTTER_JSON_H__
#define __CLUTTER_JSON_H__
/* Include json-glib types opaquely, so that we can swap out
* the internal copy of JSON-GLib with the installed one
* without changing the other headers.
*/
#include "@JSON_PREFIX@/json-types.h"
#include "@JSON_PREFIX@/json-parser.h"
#include "@JSON_PREFIX@/json-generator.h"
#endif /* __CLUTTER_JSON_H__ */