mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
26
src/otr/meson.build
Normal file
26
src/otr/meson.build
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# this file is part of irssi
|
||||
|
||||
shared_module('otr_core',
|
||||
files(
|
||||
'key.c',
|
||||
'otr-fe.c',
|
||||
'otr-formats.c',
|
||||
'otr-module.c',
|
||||
'otr-ops.c',
|
||||
'otr.c',
|
||||
),
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
dependencies : dep,
|
||||
)
|
||||
|
||||
# noinst_headers = files(
|
||||
# 'irssi-otr.h',
|
||||
# 'key.h',
|
||||
# 'module.h',
|
||||
# 'otr-fe.h',
|
||||
# 'otr-formats.h',
|
||||
# 'otr.h',
|
||||
# )
|
||||
Loading…
Add table
Add a link
Reference in a new issue