diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2009-08-12 13:46:46 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2009-08-12 13:46:46 +0100 |
| commit | 3adba015e1c1f9edc7b7b2c4364d65f813216225 (patch) | |
| tree | a7557193a9c5a6082db3fc656b328510fd1a120e /json-glib | |
| parent | a9386e20bf8e16e17a89dda24781c63bf495aa97 (diff) | |
| download | json-glib-3adba015e1c1f9edc7b7b2c4364d65f813216225.tar.gz | |
[introspection] Use json-gobject.h
The json-gobject.h header file includes json-glib.h and all the
GObject-related serialization and deserialization API; we assume
that if you want introspection you should be using this header
and not the plain json-glib.h.
Diffstat (limited to 'json-glib')
| -rw-r--r-- | json-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/Makefile.am b/json-glib/Makefile.am index bb89cf6..8b60b66 100644 --- a/json-glib/Makefile.am +++ b/json-glib/Makefile.am @@ -131,7 +131,7 @@ BUILT_GIRSOURCES = Json-1.0.gir: $(INTROSPECTION_SCANNER) libjson-glib-1.0.la $(INTROSPECTION_SCANNER) -v --namespace Json --nsversion=1.0 \ $(INCLUDES) \ - --c-include='json-glib/json-glib.h' \ + --c-include='json-glib/json-object.h' \ --include=GObject-2.0 \ --library=json-glib-1.0 \ --pkg gobject-2.0 \ |
