diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 09:57:28 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 09:57:28 -0700 |
commit | 961c95b419ca0aa1e1c8ff6520450fe8e3368de5 (patch) | |
tree | 9b5d90f81eeddf715f087c78ed8a684d8d551c84 /ebin | |
parent | 60a8fc18adc4f9e880dc9b17a1f64bee54e63cdf (diff) |
Add protobuffs compiler module
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 2127297..e900fbf 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -17,7 +17,8 @@ %% Key/value list of base/default configuration used by %% rebar_config during initialization {default_config, [ - {app_modules, [ rebar_erlc_compiler, + {app_modules, [ rebar_protobuffs_compiler, + rebar_erlc_compiler, rebar_app_installer ]} ]} ]} |