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:
parent
d803ff0525
commit
8f0c705029
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user