aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-03-23 12:20:02 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-03-23 12:20:02 +0100
commite56c6545faf8bf7e5013ac9270a16f1f46c44366 (patch)
treea6a6b602bb90f1c6bd555656167b5e26d1e3ecc4 /mix.exs
parentExpand ejabberd.yml.example by enabling mod_http_api with couple commands (diff)
Add inets in included_application for mix
Diffstat (limited to '')
-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]