[libnotify] build: Also fix introspection when srcdir != builddir



commit 5e3654b70b936e8d530ced03d4183b6bb681744b
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 16 18:47:31 2012 -0500

    build: Also fix introspection when srcdir != builddir

 libnotify/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]