diff options
author | enginix <wnd1024@gmail.com> | 2016-12-25 23:15:12 +0800 |
---|---|---|
committer | enginix <wnd1024@gmail.com> | 2016-12-25 23:33:10 +0800 |
commit | 3a33c37b9ce852d0b3531e82c6ffdb47bb937f0a (patch) | |
tree | e481f825991151cd164435faeb4b5e1b779526ae /src/makefile | |
parent | ac3201d62024b397e8d6e3376822176d681811ec (diff) | |
download | luasocket-3a33c37b9ce852d0b3531e82c6ffdb47bb937f0a.tar.gz luasocket-3a33c37b9ce852d0b3531e82c6ffdb47bb937f0a.tar.bz2 luasocket-3a33c37b9ce852d0b3531e82c6ffdb47bb937f0a.zip |
rename unix.tcp to unix.stream, unix.udp to unix.dgram
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 2dfe549..494baab 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -307,8 +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) \ | 310 | unixstream.$(O) \ |
311 | unixudp.$(O) \ | 311 | unixdgram.$(O) \ |
312 | compat.$(O) \ | 312 | compat.$(O) \ |
313 | unix.$(O) | 313 | unix.$(O) |
314 | 314 | ||