summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorTomas Abrahamsson <tomas.abrahamsson@gmail.com>2013-12-17 15:36:58 +0100
committerTomas Abrahamsson <tomas.abrahamsson@gmail.com>2014-10-29 23:45:35 +0100
commit1b367a8b24ad43edbf4734fb306c358d69f7aa40 (patch)
treedd7be2ed4c63290b766fda21434258f686ad4a98 /ebin/rebar.app
parent0caf047fc3d978189e12dc398d06472eb3d236ad (diff)
downloadrebar-1b367a8b24ad43edbf4734fb306c358d69f7aa40.tar.gz
Add support for compiling proto files using gpb
This adds the config option {proto_compiler,gpb} for selecting gpb as the compiler for protocol buffer files. When gpb is used as compiler, it reads the gpb_opts config item for options.
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index f92f574..6e3609b 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -30,6 +30,7 @@
rebar_port_compiler,
rebar_proto_compiler,
rebar_protobuffs_compiler,
+ rebar_proto_gpb_compiler,
rebar_qc,
rebar_rel_utils,
rebar_reltool,
@@ -70,6 +71,7 @@
rebar_abnfc_compiler,
rebar_proto_compiler,
rebar_protobuffs_compiler,
+ rebar_proto_gpb_compiler,
rebar_neotoma_compiler,
rebar_asn1_compiler,
rebar_dia_compiler,