diff options
author | Bastien Nocera <hadess@hadess.net> | 2014-02-23 19:02:02 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-02-23 22:10:22 +0000 |
commit | 790f3508d5f805577f4d9187ab5bf6e89262d4b5 (patch) | |
tree | 6fcf8ad9e525aabd934f1b0b9f80b2ae2e07c957 /libs | |
parent | bd2a3875e3460e8a93ba30a9c7841650669a8c3f (diff) | |
download | grilo-790f3508d5f805577f4d9187ab5bf6e89262d4b5.tar.gz |
pls: Fix build with grilo never installed
This re-applies the fix from:
https://git.gnome.org/browse/grilo/commit/?id=3f66bb29a2d0f81479a435c1fabc80c08c4961be
Which got broken by the wrong de-duplicating done in
5f88b535800d1105439641795ddd2e07fd113744
https://bugzilla.gnome.org/show_bug.cgi?id=724871
Diffstat (limited to 'libs')
-rw-r--r-- | libs/pls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pls/Makefile.am b/libs/pls/Makefile.am index b0b776d..eec8a09 100644 --- a/libs/pls/Makefile.am +++ b/libs/pls/Makefile.am @@ -46,7 +46,7 @@ gir_sources = $(patsubst %,$(srcdir)/%, $(libgrlpls_@GRL_MAJORMINOR@_la_SOURCES) INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(top_srcdir)/src -INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)/src +INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)/src --includedir=$(top_builddir)/src introspection_sources = \ $(gir_headers) \ |