parent
739bafbd8e
commit
cc310cffb0
@ -1,8 +1,11 @@
|
|||||||
sway_common = files(
|
lib_sway_common = static_library('sway-common',
|
||||||
'log.c',
|
files(
|
||||||
'list.c',
|
'log.c',
|
||||||
'util.c',
|
'list.c',
|
||||||
'stringop.c',
|
'util.c',
|
||||||
'readline.c',
|
'stringop.c',
|
||||||
'ipc-client.c'
|
'readline.c',
|
||||||
|
'ipc-client.c'
|
||||||
|
),
|
||||||
|
include_directories: sway_inc
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue