summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2022-06-22 09:44:29 -0400
committerMichael Meeks <michael.meeks@collabora.com>2022-06-27 16:04:32 +0100
commit79bd9e42cbb0ddee41c06568450cb8035ca0019a (patch)
tree83a7a673a28fe3669d14e95b78133373985bc481 /Makefile.am
parentRevert "wsd: add fetch external method" (diff)
downloadonline-79bd9e42cbb0ddee41c06568450cb8035ca0019a.tar.gz
online-79bd9e42cbb0ddee41c06568450cb8035ca0019a.zip
wsd: proxy: add ProxyRequestHandler files
Change-Id: Ic61f70316e921ba3cb988a3b0f8f8d2c7df89cc6 Signed-off-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ef9a49049a..66ec89a87d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,6 +124,7 @@ coolwsd_sources = common/Crypto.cpp \
wsd/COOLWSD.cpp \
wsd/ClientSession.cpp \
wsd/FileServer.cpp \
+ wsd/ProxyRequestHandler.cpp \
wsd/FileServerUtil.cpp \
wsd/RequestDetails.cpp \
wsd/Storage.cpp \
@@ -248,6 +249,7 @@ wsd_headers = wsd/Admin.hpp \
wsd/ProxyProtocol.hpp \
wsd/Exceptions.hpp \
wsd/FileServer.hpp \
+ wsd/ProxyRequestHandler.hpp \
wsd/COOLWSD.hpp \
wsd/ProofKey.hpp \
wsd/RequestDetails.hpp \