diff options
author | rofl0r <retnyg@gmx.net> | 2018-02-06 16:50:00 +0000 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2018-02-06 16:57:02 +0000 |
commit | af1d7ab510f8dc9954c8a1d47149c92c2a2c15fa (patch) | |
tree | 1247b166f01ea1f93da5d796600fa54181a53a3d /src/Makefile.am | |
parent | bd04ed00d8b9bac68eaf6f3e7c739ceef043e679 (diff) |
move base64 code into own file
it will be needed to add support for upstream proxy auth.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 60fda2c..565eb4d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ tinyproxy_SOURCES = \ vector.c vector.h \ upstream.c upstream.h \ basicauth.c basicauth.h \ + base64.c base64.h \ connect-ports.c connect-ports.h EXTRA_tinyproxy_SOURCES = filter.c filter.h \ |