diff options
| author | Diego Nehab <diego.nehab@gmail.com> | 2015-08-21 15:39:34 -0300 |
|---|---|---|
| committer | Diego Nehab <diego.nehab@gmail.com> | 2015-08-21 15:39:34 -0300 |
| commit | e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed (patch) | |
| tree | 71475c18fee070c770fc0fe25d0859b7d54c8fbb /src/makefile | |
| parent | 321c0c9b1f7b6b83cd83b58e7e259f53eca69373 (diff) | |
| download | luasocket-e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed.tar.gz luasocket-e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed.tar.bz2 luasocket-e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed.zip | |
New compat.h module implements luaL_setfuncs.
Makes initialization code simpler everywhere.
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 7f118a7..2704a92 100644 --- a/src/makefile +++ b/src/makefile | |||
| @@ -260,6 +260,7 @@ SOCKET_OBJS= \ | |||
| 260 | buffer.$(O) \ | 260 | buffer.$(O) \ |
| 261 | io.$(O) \ | 261 | io.$(O) \ |
| 262 | auxiliar.$(O) \ | 262 | auxiliar.$(O) \ |
| 263 | compat.$(O) \ | ||
| 263 | options.$(O) \ | 264 | options.$(O) \ |
| 264 | inet.$(O) \ | 265 | inet.$(O) \ |
| 265 | $(SOCKET) \ | 266 | $(SOCKET) \ |
| @@ -272,7 +273,8 @@ SOCKET_OBJS= \ | |||
| 272 | # Modules belonging mime-core | 273 | # Modules belonging mime-core |
| 273 | # | 274 | # |
| 274 | MIME_OBJS= \ | 275 | MIME_OBJS= \ |
| 275 | mime.$(O) | 276 | mime.$(O) \ |
| 277 | compat.$(O) | ||
| 276 | 278 | ||
| 277 | #------ | 279 | #------ |
| 278 | # Modules belonging unix (local domain sockets) | 280 | # Modules belonging unix (local domain sockets) |
| @@ -383,6 +385,7 @@ clean: | |||
| 383 | #------ | 385 | #------ |
| 384 | # List of dependencies | 386 | # List of dependencies |
| 385 | # | 387 | # |
| 388 | compat.$(O): compat.c compat.h | ||
| 386 | auxiliar.$(O): auxiliar.c auxiliar.h | 389 | auxiliar.$(O): auxiliar.c auxiliar.h |
| 387 | buffer.$(O): buffer.c buffer.h io.h timeout.h | 390 | buffer.$(O): buffer.c buffer.h io.h timeout.h |
| 388 | except.$(O): except.c except.h | 391 | except.$(O): except.c except.h |
