1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/src/protocol/http/meson.build
Witold Filipczyk 5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00

5 lines
135 B
Meson

if conf_data.get('CONFIG_GSSAPI')
srcs += files('http_negotiate.c')
endif
srcs += files('blacklist.c', 'codes.c', 'http.c', 'post.c')