From 5f98b6b65af7374d4cb6097b756b7a600ecc06ac Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 22 Mar 2010 18:31:01 +0100 Subject: Add ASN.1 support (via Ruslan Babayev) Add support for compiling ASN.1 files with asn1ct. Patch from Ruslan Babayev. --- ebin/rebar.app | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 712d0af..a43de73 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -10,6 +10,7 @@ rebar_ct, rebar_deps, rebar_dialyzer, + rebar_asn1_compiler, rebar_erlc_compiler, rebar_escripter, rebar_eunit, @@ -51,6 +52,7 @@ {modules, [ {app_dir, [ rebar_protobuffs_compiler, + rebar_asn1_compiler, rebar_erlc_compiler, rebar_lfe_compiler, rebar_erlydtl_compiler, -- cgit v1.1