cmd-generic.c isn't needed anymore due to OpenBSD patchset 829.

This commit is contained in:
Tiago Cunha 2011-01-07 14:50:54 +00:00
parent 0740d3dbb8
commit ecec113b63
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.5 2011-01-07 14:46:13 tcunha Exp $
# $Id: Makefile.am,v 1.6 2011-01-07 14:50:54 tcunha Exp $
# Obvious program stuff.
bin_PROGRAMS = tmux
@ -79,7 +79,6 @@ dist_tmux_SOURCES = \
cmd-display-message.c \
cmd-display-panes.c \
cmd-find-window.c \
cmd-generic.c \
cmd-has-session.c \
cmd-if-shell.c \
cmd-join-pane.c \

View File