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

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-03-23 14:20:02 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-03-23 14:20:02 +0300
commite56c6545faf8bf7e5013ac9270a16f1f46c44366 (patch)
treea6a6b602bb90f1c6bd555656167b5e26d1e3ecc4 /mix.exs
parentcb0627e6b2b62e2e430cff0b4ba008d69a9b96bf (diff)
Add inets in included_application for mix
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0eb1492e9..f7c74a4e9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -26,7 +26,7 @@ defmodule Ejabberd.Mixfile do
def application do
[mod: {:ejabberd_app, []},
applications: [:ssl],
- included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
+ included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2]
++ cond_apps]