summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
commit514a723f7489123371bded176355ead48f338ae0 (patch)
tree7b6eb1603b6669aa5d4da61409ed6865b9311614 /Makefile.am
parent5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff)
Solaris fixes, mostly 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 f809c131..8bfafd40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -204,6 +204,9 @@ endif
if NO_IMSG
nodist_tmux_SOURCES += compat/imsg.c compat/imsg-buffer.c
endif
+if NO_ERR_H
+nodist_tmux_SOURCES += compat/err.c
+endif
if NO_CLOSEFROM
nodist_tmux_SOURCES += compat/closefrom.c
endif