mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
mix.exs: Don't forget to include epam/luerl
If --enable-lua and/or --enable-pam was specified, include the corresponding applications with Mix releases.
This commit is contained in:
parent
da516d64d4
commit
aad04bba91
4
mix.exs
4
mix.exs
@ -156,7 +156,9 @@ defmodule Ejabberd.MixProject do
|
||||
end
|
||||
|
||||
defp cond_apps do
|
||||
for {:true, app} <- [{config(:redis), :eredis},
|
||||
for {:true, app} <- [{config(:pam), :epam},
|
||||
{config(:lua), :luerl},
|
||||
{config(:redis), :eredis},
|
||||
{config(:mysql), :p1_mysql},
|
||||
{config(:sip), :esip},
|
||||
{config(:odbc), :odbc},
|
||||
|
Loading…
Reference in New Issue
Block a user