1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/protocol/fsp/meson.build
2023-07-08 08:50:54 +02:00

6 lines
108 B
Meson

if conf_data.get('CONFIG_FSP2')
srcs += files('fsp2.c', 'lock.c')
else
srcs += files('fsp.c')
endif