mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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.
8 lines
182 B
Meson
8 lines
182 B
Meson
#INCLUDES += $(TRE_CFLAGS)
|
|
|
|
if conf_data.get('CONFIG_MARKS')
|
|
srcs += files('marks.c')
|
|
endif
|
|
|
|
srcs += files('draw.c', 'form.c', 'link.c', 'search.c', 'textarea.c', 'view.c', 'vs.c')
|