diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-12-02 12:13:30 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-12-02 12:13:30 -0700 |
commit | 65a3ff0111c22cbd8d29bdca040bdc02156266cf (patch) | |
tree | 6b4512c0fc0008f6dda933adfd0935ac0cda887e | |
parent | 849cdc5ef0831ad7a4f5db5ade5c7bca9dc04f1c (diff) |
Fix up some errors found by rebar now that we use it for compilation
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 70e3383..bc7ecc8 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -9,7 +9,9 @@ rebar_log, rebar_otp_app, rebar_protobuffs_compiler, + rebar_port_compiler, rebar_rel_utils, + rebar_reltool, rebar_utils ]}, {registered, []}, {applications, [kernel, |