summaryrefslogtreecommitdiff
path: root/rest-extras
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-10-22 11:09:30 +0100
committerBastien Nocera <hadess@hadess.net>2010-10-22 11:09:30 +0100
commitfc351ce290ad714e51b90017618b4a1f7fb8a5ba (patch)
tree4761f77d6a07a56b7a8e5feb3565c59f46e57783 /rest-extras
parent32a204a38ebcbe6beccc0528f1345b7297f37b29 (diff)
downloadlibrest-fc351ce290ad714e51b90017618b4a1f7fb8a5ba.tar.gz
build: Fix building introspection for RestExtras
Diffstat (limited to 'rest-extras')
-rw-r--r--rest-extras/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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