From afcfac4bef95cf7800effbc90818a0bfb8b434c2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 16 Aug 2017 16:38:00 +0200 Subject: access_header: Infrastructure for providing custom headers for authentication. Change-Id: I52e61dc01dbad0d501471e663aaf364d9bc23c52 Reviewed-on: https://gerrit.libreoffice.org/41223 Reviewed-by: Miklos Vajna Reviewed-by: pranavk Tested-by: pranavk --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 9ff9bb4476..5f7b769d0c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -37,6 +37,7 @@ wsd_sources = \ ../common/Util.cpp \ ../common/MessageQueue.cpp \ ../kit/Kit.cpp \ + ../wsd/Auth.cpp \ ../wsd/TileCache.cpp \ ../wsd/TestStubs.cpp \ ../common/Unit.cpp \ -- cgit