Add inets in included_application for mix

This commit is contained in:
Christophe Romain 2017-03-23 12:20:02 +01:00
parent cb0627e6b2
commit e56c6545fa
1 changed files with 1 additions and 1 deletions

View File

@ -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]