mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
10 lines
135 B
Meson
10 lines
135 B
Meson
# this file is part of irssi
|
|
|
|
subdir('core')
|
|
subdir('dcc')
|
|
subdir('flood')
|
|
subdir('notifylist')
|
|
|
|
if want_proxy
|
|
subdir('proxy')
|
|
endif
|