summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-19 17:03:56 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-19 17:03:56 +0000
commitc8c2fc51a17e913fd4c27b9793a7234899068838 (patch)
treee5eef9f0da36a13f6e6470f1115ce5f64ca3cf68
parent96b7f507da729af3b9cf974b3eb75f85e572bee2 (diff)
downloadrabbitmq-server-git-c8c2fc51a17e913fd4c27b9793a7234899068838.tar.gz
add xmerl to plt so we get fewer 'Unknown functions' in dialyzer
mochijson2 depends on it
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c63e3dfdc1..bf33b93146 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ $(BASIC_PLT): $(BEAM_TARGETS)
else \
dialyzer --output_plt $@ --build_plt \
--apps erts kernel stdlib compiler sasl os_mon mnesia tools \
- public_key crypto ssl; \
+ public_key crypto ssl xmerl; \
fi
clean: