aboutsummaryrefslogtreecommitdiff
path: root/makefile.dist
diff options
context:
space:
mode:
authorDiego Nehab <diego@impa.br>2013-06-12 21:45:15 +0800
committerDiego Nehab <diego@impa.br>2013-06-12 21:45:15 +0800
commit7cad902bb77ab5052a7dd5560dd76e9dbaac5002 (patch)
treef6503d27ff46c7498531aec7b2ed9e76bdee146a /makefile.dist
parentb34386ca5cee86ccb380eee4b40388381d59bcc1 (diff)
downloadluasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.tar.gz
luasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.tar.bz2
luasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.zip
Fix makefile and test_socket_error.lua
Diffstat (limited to 'makefile.dist')
-rw-r--r--makefile.dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile.dist b/makefile.dist
index 2c6137b..799cd21 100644
--- a/makefile.dist
+++ b/makefile.dist
@@ -1,7 +1,7 @@
1#-------------------------------------------------------------------------- 1#--------------------------------------------------------------------------
2# Distribution makefile 2# Distribution makefile
3#-------------------------------------------------------------------------- 3#--------------------------------------------------------------------------
4DIST = luasocket-2.1-rc1 4DIST = luasocket-3.0-rc1
5 5
6TEST = \ 6TEST = \
7 test/README \ 7 test/README \
@@ -83,6 +83,10 @@ SRC = \
83MAKE = \ 83MAKE = \
84 makefile \ 84 makefile \
85 luasocket.sln \ 85 luasocket.sln \
86 Lua51.props \
87 Lua52.props \
88 socket.vcproj.filters \
89 mime.vcproj.filters \
86 socket.vcproj \ 90 socket.vcproj \
87 mime.vcproj 91 mime.vcproj
88 92