1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/main/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
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')