diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 17:03:56 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 17:03:56 +0000 |
| commit | c8c2fc51a17e913fd4c27b9793a7234899068838 (patch) | |
| tree | e5eef9f0da36a13f6e6470f1115ce5f64ca3cf68 | |
| parent | 96b7f507da729af3b9cf974b3eb75f85e572bee2 (diff) | |
| download | rabbitmq-server-git-c8c2fc51a17e913fd4c27b9793a7234899068838.tar.gz | |
add xmerl to plt so we get fewer 'Unknown functions' in dialyzer
mochijson2 depends on it
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
