1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/src/main/meson.build
2023-11-27 15:08:20 +01:00

5 lines
156 B
Meson

if conf_data.get('CONFIG_INTERLINK')
srcs += files('interlink.c')
endif
srcs += files('event.c', 'main.c', 'module.c', 'select.c', 'timer.c', 'version.c')