mirror of
https://github.com/swaywm/sway.git
synced 2024-12-27 15:36:29 +01:00
Move sway/util.c to common/util.c
This commit is contained in:
parent
45b959f601
commit
cf56c41c10
3 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@ add_library(sway-common
|
|||
ipc-client.c
|
||||
list.c
|
||||
log.c
|
||||
util.c
|
||||
readline.c
|
||||
stringop.c
|
||||
)
|
||||
|
|
|
@ -21,7 +21,6 @@ add_executable(sway
|
|||
main.c
|
||||
output.c
|
||||
resize.c
|
||||
util.c
|
||||
workspace.c
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue