summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-03 09:32:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-09-03 09:32:38 +0000
commit9247c90d69c3efeeda7c7baa5c1ff82fb09da836 (patch)
treed29d16aa0895c031fc4ddd2e4f457ea90c29ab12 /Makefile
parenta679a4a7081b8efdf90445ad14e87f9c6b1fe964 (diff)
Send notifications to control clients. Also don't redraw client when
suspended.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efad64a0..bfd5d7e3 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ SRCS= arguments.c \
cmd.c \
colour.c \
control.c \
+ control-notify.c \
environ.c \
format.c \
grid-utf8.c \