chiark / gitweb /
Fix the Automake makefile for automake 1.14.
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Feb 2014 18:19:05 +0000 (18:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Feb 2014 18:19:05 +0000 (18:19 +0000)
commitbcf1c96573f2945fc54e9247303c6dca00bbbe1d
tree59f23694f939e63ff99e1c6e5b51c91874e764e7
parent580f9059e3e9f28ca1281867d321578a5f20ce9b
Fix the Automake makefile for automake 1.14.

This is a combination of PuTTY r10142 and the relevant pieces of
r10141: we now enable the 'subdir-objects' mode in Makefile.am, and
stop using $(subdir) in source file paths.

(As a consequence of the latter the automake machinery now cannot live
anywhere but at the top level of the source tree, but since that's
where it was already, this is less of an upheaval here than it was for
PuTTY!)

[originally from svn r10146]
[r10141 == a947c49bec36957cb5d38e1dc2e22dc0e3465849 in putty repository]
[r10142 == 0da225829234744b1141aea3a7c54ad7d74679a7 in putty repository]
mkfiles.pl