aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 14:53:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 14:53:29 +0000
commitbfccbc67d193f91e6825e491f4cb6b466dcf255a (patch)
tree75cf85861a25d849306c461a4779e3ddfb2f4ec5 /Makefile
parent872696f7819f20eb5fdaa53c16221cf614952eb7 (diff)
downloadrtmux-bfccbc67d193f91e6825e491f4cb6b466dcf255a.tar.gz
rtmux-bfccbc67d193f91e6825e491f4cb6b466dcf255a.tar.bz2
rtmux-bfccbc67d193f91e6825e491f4cb6b466dcf255a.zip
Simple status line.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a43d630..0e8ed49a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 2007-09-29 21:05:21 nicm Exp $
+# $Id: Makefile,v 1.9 2007-10-01 14:53:29 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -16,7 +16,7 @@ DEBUG=
# Command prefix. This will go when we get a configuration file...
META?= \002 # C-b
-SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c \
+SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
xmalloc.c xmalloc-debug.c input.c input-keys.c screen.c window.c \
session.c local.c log.c client.c client-msg.c client-cmd.c op.c op-list.c