aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-11-04 10:10:56 +0100
committermanuroe <manu@matrix.org>2016-11-04 10:10:56 +0100
commit09b14c2b3d809b9149100e39c5efd0cb3c0f281e (patch)
tree9f88889995894efe9be80902896a1e581031f6a0
parent671218dc07da836faf22af09e6da81e5a100e75d (diff)
OLMKit: podspec: Some files are missing
-rw-r--r--OLMKit.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec
index 025e979..86bc611 100644
--- a/OLMKit.podspec
+++ b/OLMKit.podspec
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
}
s.subspec 'olmc' do |olmc|
- olmc.source_files = "src/*.{c}", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
+ olmc.source_files = "src/*.{c}", "lib/curve25519-donna.h", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
olmc.compiler_flags = ' -std=c99 -fPIC'
end