Browse Source

Merge pull request #42 from bjnortier/reltool_app_deps

Add compiler and syntax_tools as dependencies
pull/45/head
Andrew Thompson 13 years ago
parent
commit
b46e37701a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/lager.app.src

+ 3
- 1
src/lager.app.src View File

@ -7,7 +7,9 @@
{modules, []},
{applications, [
kernel,
stdlib
stdlib,
compiler,
syntax_tools
]},
{registered, []},
{mod, {lager_app, []}},

Loading…
Cancel
Save