1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Allow ejabberd to be compatible as a dependency for an Erlang project using rebar3

This commit is contained in:
Michael Slezak 2021-02-16 10:28:30 -07:00
parent 6a6b771e0b
commit 3c16f21413
4 changed files with 44 additions and 19 deletions

View file

@ -45,6 +45,8 @@
{vsn, "@PACKAGE_VERSION@"}.
%% Variables for overlay template files
{package_name, "@PACKAGE_NAME@"}.
{enabled_backends, [@enabled_backends@]}.
%% Platform-specific installation paths
{release, true}.