• Show log

    Commit

  • Hash : c2dbe353
    Author : Tim Rühsen
    Date : 2019-11-30T13:04:28

    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.