diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-12-20 15:47:12 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-12-20 15:47:12 +0100 |
commit | e922683bf68a918def05fafa8e3bf553c9903639 (patch) | |
tree | d2911d4443dda75fb4d37f51bcb88f26d3b0251f | |
parent | ee8e875b466edc64715a29bd3e9faa8726660708 (diff) |
loolwsd: add SenderQueue.hpp to dist2.0.1
Change-Id: If0eb43f89c8c90cd2a5358cf118335302fc94ce8
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dd8640a19..3ca5d0ceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ wsd_headers = wsd/Admin.hpp \ wsd/LOOLWSD.hpp \ wsd/PrisonerSession.hpp \ wsd/QueueHandler.hpp \ + wsd/SenderQueue.hpp \ wsd/Storage.hpp \ wsd/TileCache.hpp \ wsd/TileDesc.hpp \ |