summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-22 09:44:15 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-22 09:44:15 +0100
commit792e2856c9774cca262929f81b9adbbac0fa1d13 (patch)
treec927674a3d170e26b763d3774e382efa130ff966 /Makefile.am
parenta46ccbd883495d2acb3eab89e5bcdb61c0c7e195 (diff)
Add compat for cfmakeraw, from Dagobert Michelsen.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b85eae0c..c5369fd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -233,6 +233,9 @@ 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