diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-10-22 11:09:30 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2010-10-22 11:09:30 +0100 |
commit | fc351ce290ad714e51b90017618b4a1f7fb8a5ba (patch) | |
tree | 4761f77d6a07a56b7a8e5feb3565c59f46e57783 | |
parent | 32a204a38ebcbe6beccc0528f1345b7297f37b29 (diff) |
build: Fix building introspection for RestExtras
-rw-r--r-- | rest-extras/Makefile.am | 2 |
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 |