aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2007-03-12 04:08:40 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2007-03-12 04:08:40 +0000
commitbe2e467929be9f27fbe92fe7b94783635c920c06 (patch)
tree94054e38f33178d805a6144d3bd9cb76da4a4c76 /src/makefile
parent8bf9fb51dd09fb066483247fccbfc979acc84071 (diff)
downloadluasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.gz
luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.bz2
luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.zip
Couple bug fixes.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile
index a21a346..b614f77 100644
--- a/src/makefile
+++ b/src/makefile
@@ -11,8 +11,9 @@ include ../config
11# Modules belonging to socket-core 11# Modules belonging to socket-core
12# 12#
13 13
14#$(COMPAT)/compat-5.1.o \
15
14SOCKET_OBJS:= \ 16SOCKET_OBJS:= \
15 $(COMPAT)/compat-5.1.o \
16 luasocket.o \ 17 luasocket.o \
17 timeout.o \ 18 timeout.o \
18 buffer.o \ 19 buffer.o \
@@ -29,11 +30,11 @@ SOCKET_OBJS:= \
29#------ 30#------
30# Modules belonging mime-core 31# Modules belonging mime-core
31# 32#
33#$(COMPAT)/compat-5.1.o \
34
32MIME_OBJS:=\ 35MIME_OBJS:=\
33 $(COMPAT)/compat-5.1.o \
34 mime.o 36 mime.o
35 37
36
37#------ 38#------
38# Modules belonging unix (local domain sockets) 39# Modules belonging unix (local domain sockets)
39# 40#