Rev 4578 | Rev 4603 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4578 | Rev 4589 | ||
|---|---|---|---|
| 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)inet.c |
40 | $(NET_BASE)inet.c \ |
| - | 41 | $(STRUCTURES)dynamic_fifo.c |
|
| 41 | 42 | ||
| 42 | include $(NET_BASE)Makefile.module |
43 | include $(NET_BASE)Makefile.module |