]> git.notmuchmail.org Git - notmuch/commit
test: Link to compat files when building program during "make test"
authorCarl Worth <cworth@cworth.org>
Wed, 18 May 2011 20:15:46 +0000 (13:15 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 18 May 2011 20:15:46 +0000 (13:15 -0700)
commit22443de7891ca54cc199c30bdaf2725395062462
treefa4c0b52496508af6ff83ae43b982279d181f82c
parent7ca4db2b46dc843b8294d7ff44dced9f74c81c1e
test: Link to compat files when building program during "make test"

The compilation of the smtp-dummy program would fail if a build was
attempted on a system without getline. Fix this by simply including
the existing notmuch_compat_srcs variable when constructing the list
of source files for compiling smtp-dummy.
test/Makefile.local