summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-10-10 10:27:23 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-10-10 10:27:23 +0100
commite588ddb5d683a9fd5cf595ac5ed2d8ba657a6bcf (patch)
tree4317ae5567d3b72104aedd4e8ca2f508af205523 /Makefile.am
parentf3ec8693e36f7a562f6ddd87acfebf2340cad2ab (diff)
Add openat() to compat.
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 fb707df0..690e466d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,6 +238,9 @@ endif
if NO_CFMAKERAW
nodist_tmux_SOURCES += compat/cfmakeraw.c
endif
+if NO_OPENAT
+nodist_tmux_SOURCES += compat/openat.c
+endif
# Install tmux.1 in the right format.
install-exec-hook: