aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-09-15 14:03:19 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-09-15 14:03:19 +0100
commited280e14c814f5252d41656066856c2a45fd1493 (patch)
treeb03a852c4c9c281b7012355756ba6e7921126d8e
parent86d505af46abfba2c5eed77ef26fa6ce2071cad6 (diff)
downloadrtmux-ed280e14c814f5252d41656066856c2a45fd1493.tar.gz
rtmux-ed280e14c814f5252d41656066856c2a45fd1493.tar.bz2
rtmux-ed280e14c814f5252d41656066856c2a45fd1493.zip
Missing header.
-rw-r--r--Makefile.am1
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 \