build: Also fix introspection when srcdir != builddir
This commit is contained in:
parent
b6e1f7f1a2
commit
5e3654b70b
|
@ -86,7 +86,7 @@ if HAVE_INTROSPECTION
|
||||||
|
|
||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS = Notify-0.7.gir
|
INTROSPECTION_GIRS = Notify-0.7.gir
|
||||||
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_srcdir) --add-include-path=$(top_builddir) --warn-all -I$(top_srcdir)
|
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_srcdir) --add-include-path=$(top_builddir) --warn-all -I$(top_srcdir) -I$(top_builddir)
|
||||||
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)
|
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)
|
||||||
|
|
||||||
Notify-0.7.gir: libnotify.la
|
Notify-0.7.gir: libnotify.la
|
||||||
|
|
Loading…
Reference in New Issue