From 0b42af6d8dc77cb1ef44f36e20e63484461cd4b9 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Sun, 11 Dec 2016 12:03:38 -0500 Subject: loolwsd: move SenderQueue to wsd Change-Id: I33af4d1b2bbf0305cbc5fa6f05266d126f1bb803 Reviewed-on: https://gerrit.libreoffice.org/31884 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index e00e172e83..9a6d7154a9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -36,8 +36,8 @@ wsd_sources = \ ../common/Protocol.cpp \ ../common/Session.cpp \ ../common/MessageQueue.cpp \ - ../common/SenderQueue.cpp \ ../kit/Kit.cpp \ + ../wsd/SenderQueue.cpp \ ../wsd/TileCache.cpp \ ../common/Unit.cpp \ ../common/Util.cpp -- cgit