diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:51 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:51 +0100 |
commit | 70bc8ef8450bfd2ae90df86f4c02437a4bb83319 (patch) | |
tree | f74911800eadb451a23cd015349ec6bd65207c9d /Makefile.am | |
parent | cd60e57b6ac682a56fd66d70af4c5922315b5a9a (diff) | |
parent | 11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff) | |
download | rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.tar.gz rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.tar.bz2 rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b85eae0c..c131940a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -233,13 +233,16 @@ endif if NO_B64_NTOP nodist_tmux_SOURCES += compat/b64_ntop.c endif +if NO_CFMAKERAW +nodist_tmux_SOURCES += compat/cfmakeraw.c +endif # Build tmux.1 in the right format. tmux.1: tmux.1.in if test x@MANFORMAT@ = xmdoc; then \ cp tmux.1.in tmux.1; \ else \ - $(AWK) -fmdoc2man.awk tmux.1.in >tmux.1; \ + $(AWK) -fmdoc2man.awk <tmux.1.in >tmux.1; \ fi # Update SF web site. |