summaryrefslogtreecommitdiff
path: root/utils/http/Makefile
blob: b60f8f60a3c84bd4c1863a7a566edf7835ce42f1 (plain)
1
2
3
4
5
6
7
# http utils sources

S_HTTP := challenge.c generics.c primitives.c parameter.c		\
	cache-control.c content-disposition.c content-type.c \
	strict-transport-security.c www-authenticate.c

S_HTTP := $(addprefix utils/http/,$(S_HTTP))