6 lines
185 B
6 lines
185 B
12 years ago
|
# http utils sources
|
||
|
|
||
|
S_HTTP := challenge.c generics.c primitives.c parameter.c \
|
||
|
content-disposition.c content-type.c www-authenticate.c
|
||
|
|
||
|
S_HTTP := $(addprefix utils/http/,$(S_HTTP))
|