Skip to content

Commit

Permalink
Update hex packaged files
Browse files Browse the repository at this point in the history
'configure' and 'vars.config.in' are required to build as ejabberd
dependencies with rebar3
  • Loading branch information
nosnilmot committed Aug 27, 2020
1 parent a7b25c6 commit d51999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stringprep.app.src
Expand Up @@ -29,7 +29,7 @@
{mod, {stringprep_app,[]}},

%% hex.pm packaging:
{files, ["src/", "c_src/stringprep.cpp", "c_src/uni_data.c", "c_src/uni_norm.c", "rebar.config", "rebar.config.script", "README.md", "LICENSE.txt", "LICENCE.ALL", "LICENSE.TCL"]},
{files, ["src/", "c_src/stringprep.cpp", "c_src/uni_data.c", "c_src/uni_norm.c", "configure", "rebar.config", "rebar.config.script", "vars.config.in", "README.md", "LICENSE.txt", "LICENCE.ALL", "LICENSE.TCL"]},
{licenses, ["Apache 2.0", "Tcl/Tk"]},
{links, [{"Github", "https://github.com/processone/stringprep"}]}]}.

Expand Down

0 comments on commit d51999f

Please sign in to comment.