repo: ngircd action: commit revision: path_from: revision_from: 8f0c705029501141528fbe7671e4107b4e1f395f: path_to: revision_to:
commit 8f0c705029501141528fbe7671e4107b4e1f395f Author: Alexander BartonDate: Sun Jan 29 21:55:50 2017 +0100 portab/Makefile: Split list into separate lines diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng
--- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -15,7 +15,13 @@ EXTRA_DIST = Makefile.ng noinst_LIBRARIES = libngportab.a -libngportab_a_SOURCES = strdup.c strndup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c +libngportab_a_SOURCES = \ + strdup.c \ + strlcpy.c \ + strndup.c \ + strtok_r.c \ + vsnprintf.c \ + waitpid.c check_PROGRAMS = portabtest
-----END OF PAGE-----