From 3689640b4ea7439e668ee09cf6517901dfabdae7 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 3 Jan 2011 23:54:51 +0000 Subject: [PATCH] Update _SOURCES. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 41ecb9ce..21683ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2011-01-03 23:40:21 nicm Exp $ +# $Id: Makefile.am,v 1.3 2011-01-03 23:54:51 tcunha Exp $ # Obvious program stuff. bin_PROGRAMS = tmux @@ -156,6 +156,7 @@ dist_tmux_SOURCES = \ log.c \ mode-key.c \ names.c \ + options-table.c \ options.c \ paste.c \ resize.c \