Add include command

This commit is contained in:
emersion 2017-12-05 18:47:57 +01:00
parent 3fe64482bb
commit 9aeda82477
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 106 additions and 0 deletions

View file

@ -5,6 +5,7 @@ sway_sources = files(
'commands/exit.c',
'commands/exec.c',
'commands/exec_always.c',
'commands/include.c',
'config.c',
'ipc-json.c',
'ipc-server.c',