diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |