diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-10 23:06:51 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-10 23:06:51 +0000 |
| commit | b5b71b14101dfd30aed2b9b6c32946d28db9d07e (patch) | |
| tree | 4cd18297bc647f43971546fc697703a4e82d725d /Makefile | |
| parent | a62164abe3b124be60a9025000ca8f2242468810 (diff) | |
| download | rabbitmq-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
