summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-12-02 05:15:35 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-12-02 05:15:35 -0700
commita01e7dcd309af1ee434f4b26495481b0fe2d81e2 (patch)
tree4f59951efc315e98c291895e403f0f5cc45cc54b /ebin
parenta8fd5bc56fc17fd00b3fdb55b4eb8347e3ed04ef (diff)
downloadrebar-a01e7dcd309af1ee434f4b26495481b0fe2d81e2.tar.gz
Adding first crack at reltool support
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app4
1 files changed, 3 insertions, 1 deletions
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 ]}
]}
]}
]}.