Subversion Repositories HelenOS

Rev

Rev 4603 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4603 Rev 4719
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 \
-
 
41
	$(NET_BASE)inet.c \
40
	$(NET_BASE)inet.c \
-
 
41
	$(NET_BASE)modules.c \
42
	$(STRUCTURES)dynamic_fifo.c
42
	$(STRUCTURES)dynamic_fifo.c
43
 
43
 
44
include $(NET_BASE)Makefile.module
44
include $(NET_BASE)Makefile.module