summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 530a79e..724f921 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -40,6 +40,9 @@
{pkg, rebar_pkg_resource},
{hg, rebar_hg_resource}]},
+ {app_compilers, [{erl, rebar_erlc_compiler}]},
+ {compilers, [rebar_compiler_xrl, rebar_compiler_yrl, rebar_compiler_mib, rebar_compiler_erl]},
+
{providers, [rebar_prv_app_discovery,
rebar_prv_as,
rebar_prv_bare_compile,