aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-23 08:47:12 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-23 08:47:12 -0700
commitf1050f6f4a777ddff8c2b51e97331a1eadfce8a1 (patch)
tree52e8fa80f3977a5fdc4874013d85cf35dfc15a70 /binding.gyp
parente3af44e2e93620a05f502c44e3711dd22716da79 (diff)
parent6753ae0cd706c896d667ca4fbea8cfd9ba67ab08 (diff)
Merge pull request #5755 from ahedberg/unix_sockets_optional
Make unix sockets optional
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index c16697786a..d4ec080a15 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -629,6 +629,8 @@
'src/core/iomgr/timer.c',
'src/core/iomgr/timer_heap.c',
'src/core/iomgr/udp_server.c',
+ 'src/core/iomgr/unix_sockets_posix.c',
+ 'src/core/iomgr/unix_sockets_posix_noop.c',
'src/core/iomgr/wakeup_fd_eventfd.c',
'src/core/iomgr/wakeup_fd_nospecial.c',
'src/core/iomgr/wakeup_fd_pipe.c',