summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-01-22 19:12:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-01-22 19:12:15 +0000
commitacf331f7f138217c59c09d58ac5f16220b1c8924 (patch)
tree393508076eaa110f5f54c15dab8f369cec0fad92 /Makefile.am
parent61af9d7cc27f9999e4f6e3dab9f786a074a97dee (diff)
Add b64_pton as well.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 82101c57..0d95873c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -250,7 +250,7 @@ if NO_STRTONUM
nodist_tmux_SOURCES += compat/strtonum.c
endif
if NO_B64_NTOP
-nodist_tmux_SOURCES += compat/b64_ntop.c
+nodist_tmux_SOURCES += compat/base64.c
endif
if NO_CFMAKERAW
nodist_tmux_SOURCES += compat/cfmakeraw.c