mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-10 05:23:37 -04:00
5f87bdbcb2
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.
5 lines
128 B
Meson
5 lines
128 B
Meson
if conf_data.get('CONFIG_SSL')
|
|
subdir('ssl')
|
|
endif
|
|
srcs += files('connection.c', 'dns.c', 'progress.c', 'socket.c', 'state.c')
|