summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-07-21 15:33:19 +0100
committerJan Holesovsky <kendy@collabora.com>2017-10-03 21:52:45 +0200
commit79053911fc51bd0144144c34db944c24b42d3756 (patch)
treef52e0e795762e391fa28f4358c73134e49208969 /Makefile.am
parentRevert "wsd:config: languages listed will be supported" (diff)
downloadonline-79053911fc51bd0144144c34db944c24b42d3756.tar.gz
online-79053911fc51bd0144144c34db944c24b42d3756.zip
Support key logic and verification.
Change-Id: Ie55150b99df3e80239236571af185502196ad3e9 Reviewed-on: https://gerrit.libreoffice.org/43097 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 56385cb8ac2a57af4eb70bc8bc7313a9299533c3) Reviewed-on: https://gerrit.libreoffice.org/43099
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e0d64b24c..0d2d4884b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,7 +130,10 @@ loolstress_SOURCES = tools/Stress.cpp \
common/Log.cpp \
common/Util.cpp
-loolconfig_SOURCES = tools/Config.cpp
+loolconfig_SOURCES = tools/Config.cpp \
+ common/Crypto.cpp \
+ common/Log.cpp \
+ common/Util.cpp
wsd_headers = wsd/Admin.hpp \
wsd/AdminModel.hpp \