From a01e7dcd309af1ee434f4b26495481b0fe2d81e2 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Wed, 2 Dec 2009 05:15:35 -0700 Subject: Adding first crack at reltool support --- ebin/rebar.app | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index c889e62..70e3383 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -25,7 +25,9 @@ {app_modules, [ rebar_protobuffs_compiler, rebar_erlc_compiler, rebar_port_compiler, - rebar_otp_app ]} + rebar_otp_app ]}, + + {rel_modules, [ rebar_reltool ]} ]} ]} ]}. -- cgit v1.1