diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-09-07 21:42:48 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-09-07 21:42:48 +0200 |
commit | 41671564f96e2284aa597501203f75da3837ae47 (patch) | |
tree | 4217a4f3a3625e3a8c58b194f4a20009986e1ee4 /lib | |
parent | 08d3de124468d3ce0c0489cd28ff62e92dcc0fdb (diff) | |
download | otp-41671564f96e2284aa597501203f75da3837ae47.tar.gz otp-41671564f96e2284aa597501203f75da3837ae47.tar.bz2 otp-41671564f96e2284aa597501203f75da3837ae47.zip |
tools: Add missing lcnt module to .app.src
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/src/tools.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/src/tools.app.src b/lib/tools/src/tools.app.src index cd9b622f15..94998fb763 100644 --- a/lib/tools/src/tools.app.src +++ b/lib/tools/src/tools.app.src @@ -24,6 +24,7 @@ eprof, fprof, instrument, + lcnt, make, xref, xref_base, |