aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorenginix <wnd1024@gmail.com>2016-06-30 15:40:51 +0800
committerenginix <wnd1024@gmail.com>2016-06-30 15:40:51 +0800
commit9f77f8b24f7fcce66678b5c73ca82ceb23576536 (patch)
tree33ff7a0cae61fa07d867658b41e6ec5375711628 /src/makefile
parentaa1b8cc9bc35e56de15eeb153c899e4c51de82a8 (diff)
downloadluasocket-9f77f8b24f7fcce66678b5c73ca82ceb23576536.tar.gz
luasocket-9f77f8b24f7fcce66678b5c73ca82ceb23576536.tar.bz2
luasocket-9f77f8b24f7fcce66678b5c73ca82ceb23576536.zip
unix socket: compat lua 5.1
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 0e4a544..2ffd7d9 100644
--- a/src/makefile
+++ b/src/makefile
@@ -309,6 +309,7 @@ UNIX_OBJS=\
309 usocket.$(O) \ 309 usocket.$(O) \
310 unixtcp.$(O) \ 310 unixtcp.$(O) \
311 unixudp.$(O) \ 311 unixudp.$(O) \
312 compat.$(O) \
312 unix.$(O) 313 unix.$(O)
313 314
314#------ 315#------