summaryrefslogtreecommitdiff
path: root/deps/uv/Makefile.am
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2015-09-22 22:00:38 +0200
committercjihrig <cjihrig@gmail.com>2015-10-01 10:40:39 -0400
commit07a43eb1297109a4aad6fb410e3320bcaf1d90aa (patch)
tree6f367e13f5b0686331aec4adf0a2317a71d16635 /deps/uv/Makefile.am
parenta6aab430936c4c2791dbb29d8adec9d9a12f9376 (diff)
downloadandroid-node-v8-07a43eb1297109a4aad6fb410e3320bcaf1d90aa.tar.gz
android-node-v8-07a43eb1297109a4aad6fb410e3320bcaf1d90aa.tar.bz2
android-node-v8-07a43eb1297109a4aad6fb410e3320bcaf1d90aa.zip
deps: upgrade libuv to 1.7.5
PR-URL: https://github.com/nodejs/node/pull/3010 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/uv/Makefile.am')
-rw-r--r--deps/uv/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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