]> git.notmuchmail.org Git - notmuch/commit
fix out of tree build
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 12 Mar 2017 11:59:13 +0000 (13:59 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 12 Mar 2017 12:17:29 +0000 (09:17 -0300)
commit35cdebdad0d41be58a4c705ec48fd1bb51f098eb
tree2e11ef4e71a0e4950e515cd902975494e62527fd
parent18914c725bd373f8cd6a5072df73ffe31653208c
fix out of tree build

In addition to use ${srcdir} and deliver ${NOTMUCH_SRCDIR} where needed,
source from ruby bindings had to be copied to the out-of-tree target
directory -- if the source files in source directory were referenced
in build and there were also built object files there, those could have
been considered as target files (and then not found when attempting
to create bindings/ruby/notmuch.so).
bindings/Makefile.local
bindings/ruby/extconf.rb
configure