diff options
author | enginix <wnd1024@gmail.com> | 2016-06-30 15:40:51 +0800 |
---|---|---|
committer | enginix <wnd1024@gmail.com> | 2016-06-30 15:40:51 +0800 |
commit | 9f77f8b24f7fcce66678b5c73ca82ceb23576536 (patch) | |
tree | 33ff7a0cae61fa07d867658b41e6ec5375711628 /src/makefile | |
parent | aa1b8cc9bc35e56de15eeb153c899e4c51de82a8 (diff) | |
download | luasocket-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/makefile | 1 |
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 | #------ |