summaryrefslogtreecommitdiff
path: root/Makefile
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
commit1e9492f35c5d13f8a49be16c4649cddd95bd32b7 (patch)
treee5eef9f0da36a13f6e6470f1115ce5f64ca3cf68 /Makefile
parent374d44968ec18d1cc4ad51568d999ca59c839b80 (diff)
downloadrabbitmq-server-1e9492f35c5d13f8a49be16c4649cddd95bd32b7.tar.gz
add xmerl to plt so we get fewer 'Unknown functions' in dialyzer
mochijson2 depends on it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c63e3dfd..bf33b931 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: