summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-21 20:11:47 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-21 20:11:47 +0000
commit90ad041fa581a907a6efd1d9764b80f37d373447 (patch)
treecb3b7dddfb7c705f10fdbac6b3e623507fb849cc /Makefile
parent59e667906f2530a9dc7a6bdb2871c7f2a27a4906 (diff)
Client tidying: get rid of client_ctx struct in favour of two variables in
client.c, and move the functions in client-fn.c into other files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32195762..cf856b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# $OpenBSD$
PROG= tmux
-SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
+SRCS= attributes.c buffer-poll.c buffer.c cfg.c \
client.c clock.c cmd-attach-session.c cmd-bind-key.c \
cmd-break-pane.c cmd-choose-session.c cmd-choose-window.c \
cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c \