From d4286d9d487891f54b857d36cfd2c018cf521515 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 6 Dec 2016 14:47:48 +0100 Subject: [PATCH] loolwsd: add SpookyV2.h to dist tarball --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index df8a679e6..dd8640a19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,8 @@ shared_headers = common/Common.hpp \ common/Png.hpp \ common/Rectangle.hpp \ common/SigUtil.hpp \ - common/security.h + common/security.h \ + common/SpookyV2.h kit_headers = kit/ChildSession.hpp \ kit/Kit.hpp \