summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json-glib/Makefile.am2
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"