diff options
author | enginix <wnd1024@gmail.com> | 2016-06-24 21:23:00 +0800 |
---|---|---|
committer | enginix <wnd1024@gmail.com> | 2016-06-24 21:33:19 +0800 |
commit | aa1b8cc9bc35e56de15eeb153c899e4c51de82a8 (patch) | |
tree | 8a539b1b37caabe9c2de70f4d6737d8fce68a260 /src/makefile | |
parent | 30a64c585a444d3007976a4b4a1b8014d7797e04 (diff) | |
download | luasocket-aa1b8cc9bc35e56de15eeb153c899e4c51de82a8.tar.gz luasocket-aa1b8cc9bc35e56de15eeb153c899e4c51de82a8.tar.bz2 luasocket-aa1b8cc9bc35e56de15eeb153c899e4c51de82a8.zip |
support datagram unix domain sockets
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 2e00950..0e4a544 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -307,6 +307,8 @@ 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) \ | ||
310 | unix.$(O) | 312 | unix.$(O) |
311 | 313 | ||
312 | #------ | 314 | #------ |