From aad04bba91b8d2fcc3b787c88dd8a8d3c4af7f3e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 21 Feb 2022 00:34:02 +0100 Subject: 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. --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 92b0d3a8..ee5aeb50 100644 --- a/mix.exs +++ b/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}, -- cgit v1.2.3