Browse Source

Add compiler and syntax_tools as dependencies in the application resource file for correct releases using Reltool.

pull/42/head
Benjamin Nortier 13 years ago
parent
commit
76fef99623
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