summaryrefslogtreecommitdiff
path: root/Makefile
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
commitb5b71b14101dfd30aed2b9b6c32946d28db9d07e (patch)
tree4cd18297bc647f43971546fc697703a4e82d725d /Makefile
parenta62164abe3b124be60a9025000ca8f2242468810 (diff)
downloadrabbitmq-server-git-b5b71b14101dfd30aed2b9b6c32946d28db9d07e.tar.gz
add a few more apps to basic.plt
This gives us no missing funs when dialyzing the rabbit code base, and very few when building the plt itself.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e2c3e3d98..b43808a1e8 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: