mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
14
scripts/meson.build
Normal file
14
scripts/meson.build
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
install_data(
|
||||
files(
|
||||
'autoop.pl',
|
||||
'autorejoin.pl',
|
||||
'buf.pl',
|
||||
'dns.pl',
|
||||
'kills.pl',
|
||||
'mail.pl',
|
||||
'mlock.pl',
|
||||
'quitmsg.pl',
|
||||
'scriptassist.pl',
|
||||
'usercount.pl',
|
||||
),
|
||||
install_dir : scriptdir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue