mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
build
This commit is contained in:
parent
9f6956415a
commit
22fe0d16c6
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ executable('irssi',
|
||||||
'statusbar.c',
|
'statusbar.c',
|
||||||
'term.c',
|
'term.c',
|
||||||
'textbuffer-commands.c',
|
'textbuffer-commands.c',
|
||||||
|
'textbuffer-formats.c',
|
||||||
'textbuffer-view.c',
|
'textbuffer-view.c',
|
||||||
'textbuffer.c',
|
'textbuffer.c',
|
||||||
)
|
)
|
||||||
|
|
@ -53,6 +54,7 @@ install_headers(
|
||||||
'statusbar-item.h',
|
'statusbar-item.h',
|
||||||
'statusbar.h',
|
'statusbar.h',
|
||||||
'term.h',
|
'term.h',
|
||||||
|
'textbuffer-formats.h',
|
||||||
'textbuffer-view.h',
|
'textbuffer-view.h',
|
||||||
'textbuffer.h',
|
'textbuffer.h',
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ test_test_paste_join_multiline = executable('test-paste-join-multiline',
|
||||||
'../../src/fe-text/term-terminfo.c',
|
'../../src/fe-text/term-terminfo.c',
|
||||||
'../../src/fe-text/term.c',
|
'../../src/fe-text/term.c',
|
||||||
'../../src/fe-text/terminfo-core.c',
|
'../../src/fe-text/terminfo-core.c',
|
||||||
|
'../../src/fe-text/textbuffer-formats.c',
|
||||||
'../../src/fe-text/textbuffer-view.c',
|
'../../src/fe-text/textbuffer-view.c',
|
||||||
'../../src/fe-text/textbuffer.c',
|
'../../src/fe-text/textbuffer.c',
|
||||||
'mock-irssi.c',
|
'mock-irssi.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue