mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
11 lines
135 B
Meson
11 lines
135 B
Meson
# this file is part of irssi
|
|
|
|
subdir('core')
|
|
subdir('dcc')
|
|
subdir('flood')
|
|
subdir('notifylist')
|
|
|
|
if want_proxy
|
|
subdir('proxy')
|
|
endif
|