diff --git a/OLMKit.podspec b/OLMKit.podspec
index a1cc74c54e40d976c31a71290e220eb1b09bf765..3c567736148e11e97eb721d6e2f4044df8c46a96 100644
--- a/OLMKit.podspec
+++ b/OLMKit.podspec
@@ -49,7 +49,7 @@ Pod::Spec.new do |s|
   }
   
   s.subspec 'olmc' do |olmc|
-    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.source_files   = "src/*.{c}", "lib/curve25519-donna.h", "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