summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 12:54:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 12:54:29 +0000
commita77960c540b6ee27ad5538a638ae3615cd025539 (patch)
tree7b5f3bfc26c9b9b8cf42669c2b1a204ce1b3ac5e /Makefile.am
parent349a62ed4f6ece8a5cf5fd332ba7c9a75777ccb3 (diff)
Add reallocarray 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 02784c4a..5b11400c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,6 +234,9 @@ endif
if NO_OPENAT
nodist_tmux_SOURCES += compat/openat.c
endif
+if NO_REALLOCARRAY
+nodist_tmux_SOURCES += compat/reallocarray.c
+endif
# Install tmux.1 in the right format.
install-exec-hook: