diff options
-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 |