summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-09-08 21:42:26 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-09-08 21:42:26 +0100
commit9a476c5f29d404128da070f2fe35a66bbe29ed9b (patch)
tree1a9131f2dc4ecdb104298182319a9de327b3e41e /Makefile.am
parent5423bf6db89c14b49fd9059357faa94e19a73e2c (diff)
Fix "make ctags", GitHub issue 1888.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 94b1564b..ab302637 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,9 @@ CLEANFILES = tmux.1.mdoc tmux.1.man cmd-parse.c
# Distribution tarball options.
EXTRA_DIST = \
- CHANGES README README.ja COPYING example_tmux.conf compat/*.[ch] \
+ CHANGES README README.ja COPYING example_tmux.conf \
osdep-*.c mdoc2man.awk tmux.1
+dist_EXTRA_tmux_SOURCES = compat/*.[ch]
# Preprocessor flags.
AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""