mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
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')
|
||
|
|