]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix libgnu_la_LDFLAGS section in generated Makefile.am.
authorTim Rühsen <tim.ruehsen@gmx.de>
Sat, 30 Nov 2019 12:04:28 +0000 (13:04 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Nov 2019 12:04:28 +0000 (13:04 +0100)
commitc2dbe35347be89f77261bd3ebba253d27bfa4be6
tree396c17c3215bca2425650ef01874bf73b633b704
parent82e12f20ef88be6335617d7c0077cc66d81acfca
gnulib-tool.py: Fix libgnu_la_LDFLAGS section in generated Makefile.am.

Reported by Dagobert Michelsen <dam@opencsw.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-11/msg00086.html>.

* pygnulib/GLModuleSystem.py (getLink): Don't join the parts. Return a
list of strings instead of one string.
* pygnulib/GLEmiter.py (lib_Makefile_am): Adapt accordingly.
* pygnulib/GLImport.py (execute): Likewise.
ChangeLog
pygnulib/GLEmiter.py
pygnulib/GLImport.py
pygnulib/GLModuleSystem.py