Subversion Repositories HelenOS

Rev

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

Rev 4709 Rev 4720
Line 37... Line 37...
37
#
37
#
38
 
38
 
39
OUTPUT = $(NAME)
39
OUTPUT = $(NAME)
40
SOURCES = \
40
SOURCES = \
41
	$(NAME).c \
41
	$(NAME).c \
42
	$(NET_BASE)app/parse.c
42
	$(NET_BASE)app/parse.c \
-
 
43
	$(NET_BASE)app/print_error.c
43
 
44
 
44
LIBS += ../../socket/libsocket.a
45
LIBS += ../../socket/libsocket.a
45
 
46
 
46
include $(NET_BASE)Makefile.module
47
include $(NET_BASE)Makefile.module