From 961c95b419ca0aa1e1c8ff6520450fe8e3368de5 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 30 Nov 2009 09:57:28 -0700 Subject: Add protobuffs compiler module --- ebin/rebar.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ebin/rebar.app') 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 ]} ]} ]} -- cgit v1.1