diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-03-12 04:08:40 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-03-12 04:08:40 +0000 |
commit | be2e467929be9f27fbe92fe7b94783635c920c06 (patch) | |
tree | 94054e38f33178d805a6144d3bd9cb76da4a4c76 /src/makefile | |
parent | 8bf9fb51dd09fb066483247fccbfc979acc84071 (diff) | |
download | luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.gz luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.bz2 luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.zip |
Couple bug fixes.
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 7 |
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 | |||
14 | SOCKET_OBJS:= \ | 16 | SOCKET_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 | |||
32 | MIME_OBJS:=\ | 35 | MIME_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 | # |