1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/network/meson.build

5 lines
128 B
Meson
Raw Normal View History

if conf_data.get('CONFIG_SSL')
subdir('ssl')
endif
srcs += files('connection.c', 'dns.c', 'progress.c', 'socket.c', 'state.c')