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 7ef18bf..9a97dd3 100644
--- a/src/makefile
+++ b/src/makefile
@@ -11,6 +11,7 @@ include ../config
11# Modules belonging to socket-core 11# Modules belonging to socket-core
12# 12#
13SOCKET_OBJS:= \ 13SOCKET_OBJS:= \
14 $(COMPAT)/compat-5.1.o \
14 luasocket.o \ 15 luasocket.o \
15 timeout.o \ 16 timeout.o \
16 buffer.o \ 17 buffer.o \
@@ -22,15 +23,15 @@ SOCKET_OBJS:= \
22 udp.o \ 23 udp.o \
23 except.o \ 24 except.o \
24 select.o \ 25 select.o \
25 $(COMPAT)/compat-5.1.o \
26 usocket.o 26 usocket.o
27 27
28#------ 28#------
29# Modules belonging mime-core 29# Modules belonging mime-core
30# 30#
31MIME_OBJS:=\ 31MIME_OBJS:=\
32 mime.o \ 32 $(COMPAT)/compat-5.1.o \
33 $(COMPAT)/compat-5.1.o 33 mime.o
34
34 35
35#------ 36#------
36# Modules belonging unix (local domain sockets) 37# Modules belonging unix (local domain sockets)