Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-04-17 19:04:09 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-04-17 19:04:09 +0400
commit313a56f6d657bd8bbc95c23aa6b4472803b8b9e5 (patch)
tree111f5aa72d60848f0b6a7220feece9a97cb5ba16 /cmake
parent1cb23ecb264c1fd57aedbd1feaab492a8abfe8d8 (diff)
added crypto dlls for windows package
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index f5f015803..3895e7958 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -320,6 +320,8 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD_PLAYER
;File "${MING_BIN}\libpng15-15.dll"
;File "${MING_BIN}\libjpeg-8.dll"
File "${MING_BIN}\zlib1.dll"
+ File "${MING_BIN}\libcrypto-8.dll"
+ File "${MING_BIN}\libssl-8.dll"
; CSync configs
File "/home/kf/owncloud.com/win/csync/config/csync.conf"