mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: wrap long lines in Makefile.am
PR-URL: https://github.com/libuv/libuv/pull/2151 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
ca02c36c6d
commit
636acdda62
@ -20,7 +20,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
include_HEADERS=include/uv.h
|
||||
|
||||
uvincludedir = $(includedir)/uv
|
||||
uvinclude_HEADERS=include/uv/errno.h include/uv/threadpool.h include/uv/version.h
|
||||
uvinclude_HEADERS = include/uv/errno.h \
|
||||
include/uv/threadpool.h \
|
||||
include/uv/version.h
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
@ -307,7 +309,9 @@ test_run_tests_SOURCES += test/runner-unix.c \
|
||||
endif
|
||||
|
||||
if AIX
|
||||
test_run_tests_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT
|
||||
test_run_tests_CFLAGS += -D_ALL_SOURCE \
|
||||
-D_XOPEN_SOURCE=500 \
|
||||
-D_LINUX_SOURCE_COMPAT
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
|
Loading…
x
Reference in New Issue
Block a user