diff options
| author | Gerhard Lazu <gerhard@rabbitmq.com> | 2016-12-20 17:22:12 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> | 2016-12-20 17:22:12 +0000 |
| commit | cbbcc3e32f97b6047b4f82f0776717dd3e85430c (patch) | |
| tree | e200bdda2a3cd9a6a07ae7b5c2a9f12a99a7161c /Makefile | |
| parent | bc1011d0ea93591bb01faf105a58d05cdc1bea76 (diff) | |
| download | rabbitmq-server-git-cbbcc3e32f97b6047b4f82f0776717dd3e85430c.tar.gz | |
Ignore indirect dependencies of rabbit in rabbit_plugins
The goal of maybe_keep_required_deps() is still the same: we don't want
to list applications from $RABBITMQ_PLUGINS_DIR the rabbit application
depends on. Now, the function handles indirect dependencies.
Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com>
[#136346167]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -116,9 +116,7 @@ define PROJECT_ENV ] endef -# FIXME: Remove goldrush, once rabbit_plugins.erl knows how to ignore -# indirect dependencies of rabbit. -LOCAL_DEPS = sasl mnesia os_mon xmerl goldrush jsx +LOCAL_DEPS = sasl mnesia os_mon BUILD_DEPS = rabbitmq_cli DEPS = ranch lager rabbit_common TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper |
