]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] automake: new global variable '%known_ltlibraries'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 5 Jun 2012 16:28:01 +0000 (18:28 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 5 Jun 2012 19:20:09 +0000 (21:20 +0200)
commite811379855364efe258b70088ff90101d13fad51
tree3ec8e7c11efbc1b7e600236b17be6e1b8174659a
parentc7de107aaf55b1c30438d5a17fefd296fabc57ef
[ng] automake: new global variable '%known_ltlibraries'

This is just a preparatory refactoring in view of future changes.

* automake.in (%known_ltlibraries): New global variable.
(initialize_per_input): Reset it.
(handle_ltlibraries): Register processed libtool libraries in
'%known_ltlibraries' rather than in '%known_libraries'.
(lang_vala_finish): Also take into account the contents of
'%known_ltlibraries'; since we are at it, refactor a little
to remove some inconsistency and code duplication.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in