diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-09-03 15:23:07 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | ce62e5e78bc4ee8aa3f8412391bdbcc90793162c (patch) | |
| tree | 521acf89b0c8ead5a24ee0819524e80862cb4a14 /build.config | |
| parent | 4331abe2d31bdd0b84f7953be138dcad2ad861ad (diff) | |
| download | rabbitmq-server-git-ce62e5e78bc4ee8aa3f8412391bdbcc90793162c.tar.gz | |
Update erlang.mk and rely on the new makedep feature
Diffstat (limited to 'build.config')
| -rw-r--r-- | build.config | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/build.config b/build.config new file mode 100644 index 0000000000..776e0bb726 --- /dev/null +++ b/build.config @@ -0,0 +1,38 @@ +# Do *not* comment or remove core modules +# unless you know what you are doing. +# +# Feel free to comment plugins out however. + +# Core modules. +core/core +index/* +core/index +core/deps + +# Plugins that must run before Erlang code gets compiled. +plugins/protobuffs + +# Core modules, continued. +core/erlc +core/docs +core/test + +# Plugins. +plugins/asciidoc +plugins/bootstrap +plugins/c_src +plugins/ci +plugins/ct +plugins/dialyzer +# plugins/edoc +plugins/elvis +plugins/erlydtl +plugins/escript +plugins/eunit +plugins/relx +plugins/shell +plugins/triq +plugins/xref + +# Plugins enhancing the functionality of other plugins. +plugins/cover |
