1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 09:50:29 +00:00

portab/Makefile: Split list into separate lines

This commit is contained in:
Alexander Barton 2017-01-29 21:55:50 +01:00
parent d803ff0525
commit 8f0c705029

View File

@ -15,7 +15,13 @@ EXTRA_DIST = Makefile.ng
noinst_LIBRARIES = libngportab.a 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 check_PROGRAMS = portabtest