Rev 4589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4589 | Rev 4603 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | # |
35 | # |
| 36 | 36 | ||
| 37 | LIB = lib$(NAME).a |
37 | LIB = lib$(NAME).a |
| 38 | SOURCES = \ |
38 | SOURCES = \ |
| 39 | $(NAME)_client.c \ |
39 | $(NAME)_client.c \ |
| - | 40 | $(NET_BASE)modules.c \ |
|
| 40 | $(NET_BASE)inet.c \ |
41 | $(NET_BASE)inet.c \ |
| 41 | $(STRUCTURES)dynamic_fifo.c |
42 | $(STRUCTURES)dynamic_fifo.c |
| 42 | 43 | ||
| 43 | include $(NET_BASE)Makefile.module |
44 | include $(NET_BASE)Makefile.module |