mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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.
6 lines
113 B
Meson
6 lines
113 B
Meson
if conf_data.get('CONFIG_XBEL_BOOKMARKS')
|
|
srcs += files('xbel.c')
|
|
endif
|
|
srcs += files('common.c', 'default.c')
|
|
|