diff options
author | Colin Walters <walters@verbum.org> | 2012-01-16 18:47:31 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-01-16 18:47:31 -0500 |
commit | 5e3654b70b936e8d530ced03d4183b6bb681744b (patch) | |
tree | ad9d0c5581437f4bfcb13ca504179c39d71e50cc | |
parent | b6e1f7f1a24e3c33b493eb981cf16b10165422c8 (diff) | |
download | libnotify-5e3654b70b936e8d530ced03d4183b6bb681744b.tar.gz |
build: Also fix introspection when srcdir != builddir
-rw-r--r-- | 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 |