# 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))