summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-30 09:57:28 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-30 09:57:28 -0700
commit961c95b419ca0aa1e1c8ff6520450fe8e3368de5 (patch)
tree9b5d90f81eeddf715f087c78ed8a684d8d551c84 /ebin/rebar.app
parent60a8fc18adc4f9e880dc9b17a1f64bee54e63cdf (diff)
Add protobuffs compiler module
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app3
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 ]}
]}
]}