aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-05 18:47:57 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-05 18:47:57 +0100
commit9aeda824779d3174db01b6445fa349def031a035 (patch)
treecaecd019325df3cef2aa7f4370adce504cac2388 /sway/meson.build
parentMerge pull request #1498 from emersion/config (diff)
downloadsway-9aeda824779d3174db01b6445fa349def031a035.tar.gz
sway-9aeda824779d3174db01b6445fa349def031a035.tar.zst
sway-9aeda824779d3174db01b6445fa349def031a035.zip
Add include command
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 84f48137..ab863e87 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,6 +5,7 @@ sway_sources = files(
5 'commands/exit.c', 5 'commands/exit.c',
6 'commands/exec.c', 6 'commands/exec.c',
7 'commands/exec_always.c', 7 'commands/exec_always.c',
8 'commands/include.c',
8 'config.c', 9 'config.c',
9 'ipc-json.c', 10 'ipc-json.c',
10 'ipc-server.c', 11 'ipc-server.c',