mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
ext_mod: Compile *.ex files also in source subfolders
This commit is contained in:
parent
4daeb41f0e
commit
0121adec03
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ compile(LibDir) ->
|
|||
Er = [compile_erlang_file(Bin, File, Options)
|
||||
|| File <- filelib:wildcard(Src++"/*.erl")],
|
||||
Ex = [compile_elixir_file(Bin, File)
|
||||
|| File <- filelib:wildcard(Lib ++ "/*.ex")],
|
||||
|| File <- filelib:wildcard(Lib ++ "/**/*.ex")],
|
||||
compile_result(Er++Ex).
|
||||
|
||||
compile_c_files(LibDir) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue