diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-06-19 10:20:25 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-06-19 10:20:25 +0200 |
commit | 65b9fb45b2b20384a80eced67ef4edd5dda748fa (patch) | |
tree | c76f0988855bca5fecc48f2e23ba1577b63b5d21 | |
parent | 521edff0f71b703b79ed4a1949ce42d775d68426 (diff) |
add missing common/JsonUtil.hpp to dist tarballcd-3.2.2-4
Change-Id: I869285a92852c5471f17795dd4b004a6ec3e1f9e
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3e12d50e5..b1693df7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,6 +151,7 @@ wsd_headers = wsd/Admin.hpp \ shared_headers = common/Common.hpp \ common/Crypto.hpp \ common/IoUtil.hpp \ + common/JsonUtil.hpp \ common/FileUtil.hpp \ common/Log.hpp \ common/LOOLWebSocket.hpp \ |