From 248cd423a1cf4aeb7ae2148598e91b9a797f04c5 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Tue, 4 Sep 2012 22:50:16 +0100 Subject: [PATCH] Fixup Makefile.am Since this is just Makefile in the OpenBSD directory, pull in those trivial changes to the templated one for use in autotools. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 890e1576..672208bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ dist_tmux_SOURCES = \ cmd-capture-pane.c \ cmd-choose-buffer.c \ cmd-choose-client.c \ + cmd-choose-list.c \ cmd-choose-tree.c \ cmd-clear-history.c \ cmd-clock-mode.c \ @@ -135,6 +136,7 @@ dist_tmux_SOURCES = \ cmd.c \ colour.c \ control.c \ + control-notify.c \ environ.c \ format.c \ grid-utf8.c \