summaryrefslogtreecommitdiff
path: root/pygnulib/GLEmiter.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-09 14:18:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-09 17:27:55 +0200
commit2f0f4bea3c62b9c3c39cd3ec762564c8dc0c86da (patch)
tree441127e38b4771fb8043fc7e4a2d34579331328e /pygnulib/GLEmiter.py
parentb880b7c93bb4d402333c8ebce971a7d6257cdef3 (diff)
downloadgnulib-2f0f4bea3c62b9c3c39cd3ec762564c8dc0c86da.tar.gz
gnulib-tool.py: follow gnulib-tool changes, part 13
Follow gnulib-tool change 2015-06-01 Pádraig Brady <P@draigBrady.com> gnulib-tool: concatenate lib_SOURCES to a single line
Diffstat (limited to 'pygnulib/GLEmiter.py')
-rw-r--r--pygnulib/GLEmiter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pygnulib/GLEmiter.py b/pygnulib/GLEmiter.py
index fde51a7dc7..5446504c4f 100644
--- a/pygnulib/GLEmiter.py
+++ b/pygnulib/GLEmiter.py
@@ -721,6 +721,9 @@ AC_DEFUN([%V1%_LIBSOURCES], [
(libname, libext, perhapsLT)
amsnippet1 += '%s_%s_DEPENDENCIES += @%sALLOCA@\n' % \
(libname, libext, perhapsLT)
+ amsnippet1 = constants.combine_lines_matching(
+ compiler('%s_%s_SOURCES' % (libname, libext)),
+ amsnippet1)
# Get unconditional snippet, edit it and save to amsnippet2.
amsnippet2 = module.getAutomakeSnippet_Unconditional()