summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-05 12:44:15 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-05 12:44:15 +0100
commitf7598b8a267eeab926ed0a934f36595077aab605 (patch)
tree5a6e78049352988c6d35bb5342df15480ab0d801 /Makefile.am
parent83a70172a4a12ee9fa069b381172ddbf75c92ad1 (diff)
Only need *.ch in compat.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0aec7ae4..99163c2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,12 +6,11 @@ CLEANFILES = tmux.1.mdoc tmux.1.man
# Distribution tarball options.
EXTRA_DIST = \
- CHANGES FAQ README TODO COPYING examples compat \
+ CHANGES FAQ README TODO COPYING examples compat/*.[ch] \
array.h compat.h tmux.h osdep-*.c mdoc2man.awk tmux.1
dist-hook:
make clean
grep "^#found_debug=" configure
- find $(distdir) -name .svn -type d|xargs rm -Rf
# Preprocessor flags.
CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""