netsurf/utils/http/Makefile

6 lines
185 B
Makefile

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