diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-06 15:09:50 +0000 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 16:27:59 +0000 |
| commit | 445b1c4c1efec99ed640c16b92a9b19a87b39082 (patch) | |
| tree | f764f2e67e1f78b0fb4af0ce89e284697cbcd342 | |
| parent | d3095c5f8fe91209cc98e1e2d7e75a8aad1e8d88 (diff) | |
| download | json-glib-445b1c4c1efec99ed640c16b92a9b19a87b39082.tar.gz | |
Add version constants to introspection
We need to let g-ir-scanner parse json-version.h.
| -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 f428bab..66d6936 100644 --- a/json-glib/Makefile.am +++ b/json-glib/Makefile.am @@ -125,7 +125,7 @@ Json-1.0.gir: libjson-glib-1.0.la Makefile Json_1_0_gir_NAMESPACE = Json Json_1_0_gir_VERSION = 1.0 Json_1_0_gir_LIBS = libjson-glib-1.0.la -Json_1_0_gir_FILES = $(source_h) $(source_c) +Json_1_0_gir_FILES = $(source_h) $(source_c) $(top_builddir)/json-glib/json-version.h Json_1_0_gir_CFLAGS = -DJSON_COMPILATION=1 -I$(top_srcdir) -I$(top_builddir) $(JSON_CFLAGS) Json_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Json_1_0_gir_SCANNERFLAGS = --warn-all --pkg-export json-glib-1.0 --c-include "json-glib/json-glib.h" |
