diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-09-15 14:07:42 +0100 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-09-15 14:07:42 +0100 |
| commit | 3be44313aa3bc6df3a4884eec16fdd561fd59271 (patch) | |
| tree | 4dfab290b742e1a7778ddba669bf43fb7b94565e /Makefile.am | |
| parent | 86d505af46abfba2c5eed77ef26fa6ce2071cad6 (diff) | |
| download | rtmux-3be44313aa3bc6df3a4884eec16fdd561fd59271.tar.gz rtmux-3be44313aa3bc6df3a4884eec16fdd561fd59271.tar.bz2 rtmux-3be44313aa3bc6df3a4884eec16fdd561fd59271.zip | |
Next is 3.4.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eb08990a..68494932 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,6 +181,7 @@ dist_tmux_SOURCES = \ style.c \ tmux.c \ tmux.h \ + tmux-protocol.h \ tty-acs.c \ tty-features.c \ tty-keys.c \ |