Move sway/util.c to common/util.c

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-14 17:16:38 +01:00
parent 45b959f601
commit cf56c41c10
3 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@ add_library(sway-common
ipc-client.c ipc-client.c
list.c list.c
log.c log.c
util.c
readline.c readline.c
stringop.c stringop.c
) )

View file

@ -21,7 +21,6 @@ add_executable(sway
main.c main.c
output.c output.c
resize.c resize.c
util.c
workspace.c workspace.c
) )