]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix build with automake 1.6
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Mar 2010 04:24:24 +0000 (23:24 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Sep 2010 18:22:18 +0000 (14:22 -0400)
commitbeb52352f2aeefb69ae2ee67e4e456346e28e40e
tree972604d7968871f45407fac96234d9490b100c7e
parentffd5070b04b3db4409d8e3dc933ffc7d12b5219d
Fix build with automake 1.6

automake 1.6 doesn't like using a conditional += to add stuff to foo_LDADD.
Instead you need to conditionally define a variable, then non-conditionally
put that variable in foo_LDADD.
src/or/Makefile.am
src/test/Makefile.am