From: Mark Wooding Date: Wed, 6 May 2020 09:16:01 +0000 (+0100) Subject: vars.am: Don't build the test programs for installation. X-Git-Tag: 2.4.5~11 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/d49bdecf5f8d61fece826560a741c21e4f14bcd7?hp=d49bdecf5f8d61fece826560a741c21e4f14bcd7 vars.am: Don't build the test programs for installation. Most importantly, this makes them much easier to attach a debugger to, because the actual executables are now where you expect, and you don't have to write ridiculous runes involving `../libtool --mode=execute ...'. Also, this makes the actual linking step somewhat faster. ---