summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-12-11 12:03:38 -0500
committerAshod Nakashian <ashnakash@gmail.com>2016-12-12 05:20:43 +0000
commit0b42af6d8dc77cb1ef44f36e20e63484461cd4b9 (patch)
tree6a35736bcc2063265e93f1a1c4171636ed9c02fc /test/Makefile.am
parentloolwsd: SenderQueue to hold messages to send to clients (diff)
downloadonline-0b42af6d8dc77cb1ef44f36e20e63484461cd4b9.tar.gz
online-0b42af6d8dc77cb1ef44f36e20e63484461cd4b9.zip
loolwsd: move SenderQueue to wsd
Change-Id: I33af4d1b2bbf0305cbc5fa6f05266d126f1bb803 Reviewed-on: https://gerrit.libreoffice.org/31884 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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