summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-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 ]}
]}
]}