summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-09-04 22:50:16 +0100
committerThomas Adam <thomas@xteddy.org>2012-09-04 22:50:16 +0100
commit248cd423a1cf4aeb7ae2148598e91b9a797f04c5 (patch)
tree4923c2e765db430fa9cae529aee7ee2ffc6d1c26
parentb79f86e32a5f552680bc02d62d1c248522939491 (diff)
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.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \