summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-11-10 23:06:51 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2010-11-10 23:06:51 +0000
commit53fe96fd6c55bacaadc546c469e2de98c1324682 (patch)
tree4cd18297bc647f43971546fc697703a4e82d725d
parentf67e31be48046e89242988f36897a163582666d8 (diff)
downloadrabbitmq-server-bug23476.tar.gz
add a few more apps to basic.pltbug23476
This gives us no missing funs when dialyzing the rabbit code base, and very few when building the plt itself.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e2c3e3d..b43808a1 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,8 @@ $(BASIC_PLT): $(BEAM_TARGETS)
touch $@; \
else \
dialyzer --output_plt $@ --build_plt \
- --apps kernel stdlib sasl mnesia os_mon ssl eunit tools; \
+ --apps erts kernel stdlib compiler sasl os_mon mnesia tools \
+ public_key crypto ssl; \
fi
clean: