diff options
| author | Thomas Adam <thomas@xteddy.org> | 2014-10-21 07:11:44 +0100 |
|---|---|---|
| committer | Thomas Adam <thomas@xteddy.org> | 2014-10-21 07:11:44 +0100 |
| commit | 562af864bd8ab06c416075b5742ce3bbcf6d0610 (patch) | |
| tree | 2c3900dd6b284aa52441c3fde9dfdf8383d87b54 /Makefile.am | |
| parent | b6aef2490f086f3404f439308bb1746ec5134e9a (diff) | |
| parent | 0a1a88d63caf3a0e8b4440686e73e1f0f690e03c (diff) | |
| download | rtmux-562af864bd8ab06c416075b5742ce3bbcf6d0610.tar.gz rtmux-562af864bd8ab06c416075b5742ce3bbcf6d0610.tar.bz2 rtmux-562af864bd8ab06c416075b5742ce3bbcf6d0610.zip | |
Merge branch 'obsd-master'
Conflicts:
Makefile
cmd-list-commands.c
cmd-suspend-client.c
job.c
tmux.h
xmalloc.c
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 04107abd..81ef1b25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,6 @@ dist_tmux_SOURCES = \ cmd-display-message.c \ cmd-display-panes.c \ cmd-find-window.c \ - cmd-has-session.c \ cmd-if-shell.c \ cmd-join-pane.c \ cmd-kill-pane.c \ @@ -92,7 +91,6 @@ dist_tmux_SOURCES = \ cmd-link-window.c \ cmd-list-buffers.c \ cmd-list-clients.c \ - cmd-list-commands.c \ cmd-list-keys.c \ cmd-list-panes.c \ cmd-list-sessions.c \ @@ -128,7 +126,6 @@ dist_tmux_SOURCES = \ cmd-source-file.c \ cmd-split-window.c \ cmd-string.c \ - cmd-suspend-client.c \ cmd-swap-pane.c \ cmd-swap-window.c \ cmd-switch-client.c \ |