aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-10-09 11:33:39 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-10-09 11:33:39 +0200
commit989da356c47f42a99339f4c21f9707850831e465 (patch)
tree821e6a922f65283f8bd602fdb1b35d122a8cc16a
parentAdd pkix to mix.exs (diff)
Add pkix to included_applications
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b24bbcc6f..5121905dd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :eimp, :base64url, :jose]
+ :eimp, :base64url, :jose, :pkix]
++ cond_apps()]
end