From be2e467929be9f27fbe92fe7b94783635c920c06 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 12 Mar 2007 04:08:40 +0000 Subject: Couple bug fixes. --- src/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index a21a346..b614f77 100644 --- a/src/makefile +++ b/src/makefile @@ -11,8 +11,9 @@ include ../config # Modules belonging to socket-core # +#$(COMPAT)/compat-5.1.o \ + SOCKET_OBJS:= \ - $(COMPAT)/compat-5.1.o \ luasocket.o \ timeout.o \ buffer.o \ @@ -29,11 +30,11 @@ SOCKET_OBJS:= \ #------ # Modules belonging mime-core # +#$(COMPAT)/compat-5.1.o \ + MIME_OBJS:=\ - $(COMPAT)/compat-5.1.o \ mime.o - #------ # Modules belonging unix (local domain sockets) # -- cgit v1.2.3-55-g6feb