From 0f2e5ef3fe8d52a2f58afc6d8ac19046df155202 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 25 Nov 2016 12:58:13 +0100 Subject: [PATCH] loolwsd: add common/FileUtil.hpp to tarball --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3384a3548..63908d686 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,6 +109,7 @@ wsd_headers = wsd/Admin.hpp \ shared_headers = common/Common.hpp \ common/IoUtil.hpp \ + common/FileUtil.hpp \ common/Log.hpp \ common/Protocol.hpp \ common/Session.hpp \