diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 20:46:02 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 20:46:02 -0500 |
commit | 87ccbcd809bb8b328a49401cbf41c1d0f44f32ef (patch) | |
tree | 7253839b1cb39faf1cd2073997cfdd8d335bd593 /src | |
parent | eee6c89ba7172fb95a115cd2c7d01c6d78238f0a (diff) | |
download | mysqlerl-87ccbcd809bb8b328a49401cbf41c1d0f44f32ef.tar.gz mysqlerl-87ccbcd809bb8b328a49401cbf41c1d0f44f32ef.zip |
Add port/port_sup modules.
Diffstat (limited to 'src')
-rw-r--r-- | src/mysqlerl.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl.app b/src/mysqlerl.app index f42fa80..5687463 100644 --- a/src/mysqlerl.app +++ b/src/mysqlerl.app @@ -5,7 +5,7 @@ [{description, "mysqlerl"}, {vsn, "0"}, {modules, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup, - mysqlerl_connection]}, + mysqlerl_connection, mysql_port_sup, mysql_port]}, {registered, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup]}, {applications, [kernel, stdlib]}, {env, []}, |