mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
6 lines
185 B
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))
|