]> git.notmuchmail.org Git - notmuch/commit
Build symbol-test with make instead of hardcoding in symbol-hiding.
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Sat, 26 Nov 2011 21:14:20 +0000 (22:14 +0100)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Nov 2011 16:03:04 +0000 (08:03 -0800)
commit945196d79b56356aef945fad6f34a6a1a3a97ce1
treec19f2c41ddbbd2585ed14d50560c4b5552e55738
parentac8576de63b4383aef597e1db5af939e3b46594c
Build symbol-test with make instead of hardcoding in symbol-hiding.

If symbol-test is built in symbol-hiding with hardcoded g++ invokation,
it's not so easy to pass $(srcdir) which is required to find notmuch.h
when srcdir and builddir are separate directories.
test/.gitignore
test/Makefile.local
test/basic
test/symbol-hiding