summaryrefslogtreecommitdiff
path: root/utils/http/Makefile
blob: 198588bd4532c731cc3a65c14e80047c8bbf22f1 (plain)
1
2
3
4
5
6
# 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))