aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
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#