From acb3661b66195ea4a5ee1305c58ba8a52f62a686 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Nov 2007 19:44:05 +0000 Subject: Scrollable win for command output. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d6e04e4..d3fb19c5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 2007-11-21 13:11:41 nicm Exp $ +# $Id: Makefile,v 1.46 2007-11-21 19:44:04 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -27,7 +27,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \ cmd-link-window.c cmd-unlink-window.c cmd-next-window.c \ cmd-swap-window.c cmd-rename-session.c cmd-kill-session.c \ cmd-switch-client.c cmd-has-session.c cmd-scroll-mode.c \ - window-scroll.c + window-scroll.c window-more.c CC?= cc INCDIRS+= -I. -I- -I/usr/local/include -- cgit