From fc351ce290ad714e51b90017618b4a1f7fb8a5ba Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 22 Oct 2010 11:09:30 +0100 Subject: build: Fix building introspection for RestExtras --- rest-extras/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest-extras') diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am index a720d8a..900bc8d 100644 --- a/rest-extras/Makefile.am +++ b/rest-extras/Makefile.am @@ -45,7 +45,7 @@ if HAVE_INTROSPECTION INTROSPECTION_GIRS = RestExtras-@API_VERSION@.gir # need to include ../rest when scanning/compiling -INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/rest +INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/rest --identifier-prefix= INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/rest RestExtras-@API_VERSION@.gir: librest-extras-@API_VERSION@.la Makefile -- cgit v1.2.1