From 5e3654b70b936e8d530ced03d4183b6bb681744b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 16 Jan 2012 18:47:31 -0500 Subject: build: Also fix introspection when srcdir != builddir --- libnotify/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnotify/Makefile.am b/libnotify/Makefile.am index ab9f5bc..a4935e2 100644 --- a/libnotify/Makefile.am +++ b/libnotify/Makefile.am @@ -86,7 +86,7 @@ if HAVE_INTROSPECTION -include $(INTROSPECTION_MAKEFILE) 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) Notify-0.7.gir: libnotify.la -- cgit v1.2.1