From e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 21 Aug 2015 15:39:34 -0300 Subject: New compat.h module implements luaL_setfuncs. Makes initialization code simpler everywhere. --- src/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 7f118a7..2704a92 100644 --- a/src/makefile +++ b/src/makefile @@ -260,6 +260,7 @@ SOCKET_OBJS= \ buffer.$(O) \ io.$(O) \ auxiliar.$(O) \ + compat.$(O) \ options.$(O) \ inet.$(O) \ $(SOCKET) \ @@ -272,7 +273,8 @@ SOCKET_OBJS= \ # Modules belonging mime-core # MIME_OBJS= \ - mime.$(O) + mime.$(O) \ + compat.$(O) #------ # Modules belonging unix (local domain sockets) @@ -383,6 +385,7 @@ clean: #------ # List of dependencies # +compat.$(O): compat.c compat.h auxiliar.$(O): auxiliar.c auxiliar.h buffer.$(O): buffer.c buffer.h io.h timeout.h except.$(O): except.c except.h -- cgit v1.2.3-55-g6feb