loolwsd/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 60c969cd773fc8d835896fd7114fb981bc706f99 Author: Andras Timar <[email protected]> Date: Thu Apr 14 12:35:50 2016 +0200 add security.h to tarball diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am index 3c87583..98be956 100644 --- a/loolwsd/Makefile.am +++ b/loolwsd/Makefile.am @@ -82,7 +82,8 @@ noinst_HEADERS = Admin.hpp \ bundled/include/LibreOfficeKit/LibreOfficeKit.h \ bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h \ bundled/include/LibreOfficeKit/LibreOfficeKitInit.h \ - bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h + bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h \ + security.h EXTRA_DIST = discovery.xml \ loolwsd.service \ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
