diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-23 14:41:07 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-23 14:41:07 +0000 |
| commit | 357da035b9d052b4cba8db806c6237272ade6673 (patch) | |
| tree | 659976f5913c1cc79f092b1c7d418f49839c0d2f /Makefile.am | |
| parent | 5aa54c863dad308e2ba96342be887eb59c427e42 (diff) | |
| download | rtmux-357da035b9d052b4cba8db806c6237272ade6673.tar.gz rtmux-357da035b9d052b4cba8db806c6237272ade6673.tar.bz2 rtmux-357da035b9d052b4cba8db806c6237272ade6673.zip | |
Merge send-prefix into send-keys.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 57534af9..ddeacd9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,6 @@ dist_tmux_SOURCES = \ cmd-select-pane.c \ cmd-select-window.c \ cmd-send-keys.c \ - cmd-send-prefix.c \ cmd-server-info.c \ cmd-set-buffer.c \ cmd-set-environment.c \ |