]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] cleanup: remove 'libtool.am'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jun 2012 08:38:01 +0000 (10:38 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jun 2012 19:51:55 +0000 (21:51 +0200)
commit1f2a0986c1787568acefd00849ffb2d6d2f69c26
treed2bbddc410ff97b8cdcbbe20c8b3284b11400b9a
parentec45429837a0fc2d74354cf92d5e9828563b15de
[ng] cleanup: remove 'libtool.am'

It's so small and dumb that it's easier and cleaner to just inline
it in the automake script.

* lib/am/libtool.am: Delete.
* Makefile.am (dist_am_DATA): Remove it.
* automake.in (handle_libtool): Just add the list of all the '.libs'
directories to '%libtool_clean_directories', instead of processing the
now-removed 'libtool.am' to obtain the same effect.  Similarly, when
processing the Makefile in the top-level directory, add 'libtool' and
'config.lt' to '%clean_files'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/am/libtool.am [deleted file]