From 07a43eb1297109a4aad6fb410e3320bcaf1d90aa Mon Sep 17 00:00:00 2001 From: Saúl Ibarra Corretgé Date: Tue, 22 Sep 2015 22:00:38 +0200 Subject: deps: upgrade libuv to 1.7.5 PR-URL: https://github.com/nodejs/node/pull/3010 Reviewed-By: Rod Vagg Reviewed-By: Trevor Norris Reviewed-By: Colin Ihrig --- deps/uv/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/uv/Makefile.am') diff --git a/deps/uv/Makefile.am b/deps/uv/Makefile.am index f0ca6a7d82..fbf9527ae9 100644 --- a/deps/uv/Makefile.am +++ b/deps/uv/Makefile.am @@ -280,6 +280,7 @@ endif if AIX libuv_la_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT +include_HEADERS += include/uv-aix.h libuv_la_SOURCES += src/unix/aix.c endif -- cgit v1.2.3