mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
Only need *.ch in compat.
This commit is contained in:
parent
83a70172a4
commit
f7598b8a26
@ -6,12 +6,11 @@ CLEANFILES = tmux.1.mdoc tmux.1.man
|
|||||||
|
|
||||||
# Distribution tarball options.
|
# Distribution tarball options.
|
||||||
EXTRA_DIST = \
|
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
|
array.h compat.h tmux.h osdep-*.c mdoc2man.awk tmux.1
|
||||||
dist-hook:
|
dist-hook:
|
||||||
make clean
|
make clean
|
||||||
grep "^#found_debug=" configure
|
grep "^#found_debug=" configure
|
||||||
find $(distdir) -name .svn -type d|xargs rm -Rf
|
|
||||||
|
|
||||||
# Preprocessor flags.
|
# Preprocessor flags.
|
||||||
CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""
|
CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""
|
||||||
|
Loading…
Reference in New Issue
Block a user