summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-25 10:09:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-25 10:09:05 +0000
commit410a3abbefee60750432d4c0ddcf9157e5b6f580 (patch)
tree38e68be21c8058579be3452f5cba8ddf660ecf91 /Makefile
parent304336a5917db5778854c71afd4e1f19bb11e476 (diff)
Add a wait-for command which blocks a client on a named channel until it
is woken up again (with wait-for -S). From Thiago Padilha.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f78b1615..9fa55d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ SRCS= arguments.c \
cmd-switch-client.c \
cmd-unbind-key.c \
cmd-unlink-window.c \
+ cmd-wait-for.c \
cmd.c \
cmd-queue.c \
colour.c \