diff options
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 |
