diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 16:03:45 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 16:03:45 -0700 |
commit | c7c1001012831eb06957b147ee3e5424c0ab2c77 (patch) | |
tree | 84616addc000805658c6ee6af12f0a9e52ccb579 /ebin | |
parent | 961c95b419ca0aa1e1c8ff6520450fe8e3368de5 (diff) |
Slowly working out port driver implementation
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index e900fbf..5208858 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -19,6 +19,7 @@ {default_config, [ {app_modules, [ rebar_protobuffs_compiler, rebar_erlc_compiler, + rebar_port_compiler, rebar_app_installer ]} ]} ]} |