mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
6 lines
261 B
Meson
6 lines
261 B
Meson
|
srcs += files('button.c', 'checkbox.c', 'dialog.c', 'group.c', 'hierbox.c', 'hotkey.c', 'inpfield.c', 'inphist.c', 'listbox.c',
|
||
|
'listmenu.c', 'menu.c', 'msgbox.c', 'style.c', 'text.c', 'widget.c')
|
||
|
if conf_data.get('CONFIG_LEDS')
|
||
|
srcs += files('leds.c')
|
||
|
endif
|