aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2016-07-22 14:06:30 -0300
committerGitHub <noreply@github.com>2016-07-22 14:06:30 -0300
commit316a9455b9cb4637fe6e62b20fbe05f5141fec54 (patch)
treee23e0e39cb27a23c68233758dd69ea9574d71ec8 /src/makefile
parent30a64c585a444d3007976a4b4a1b8014d7797e04 (diff)
parent2205c2053c9bdd270c90f93d23fe44c9674bad3e (diff)
downloadluasocket-316a9455b9cb4637fe6e62b20fbe05f5141fec54.tar.gz
luasocket-316a9455b9cb4637fe6e62b20fbe05f5141fec54.tar.bz2
luasocket-316a9455b9cb4637fe6e62b20fbe05f5141fec54.zip
Merge pull request #181 from enginix/master
Add support for datagram unix domain sockets
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 2e00950..2ffd7d9 100644
--- a/src/makefile
+++ b/src/makefile
@@ -307,6 +307,9 @@ UNIX_OBJS=\
307 timeout.$(O) \ 307 timeout.$(O) \
308 io.$(O) \ 308 io.$(O) \
309 usocket.$(O) \ 309 usocket.$(O) \
310 unixtcp.$(O) \
311 unixudp.$(O) \
312 compat.$(O) \
310 unix.$(O) 313 unix.$(O)
311 314
312#------ 315#------