aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 20:46:02 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 20:46:02 -0500
commit87ccbcd809bb8b328a49401cbf41c1d0f44f32ef (patch)
tree7253839b1cb39faf1cd2073997cfdd8d335bd593 /src
parenteee6c89ba7172fb95a115cd2c7d01c6d78238f0a (diff)
downloadmysqlerl-87ccbcd809bb8b328a49401cbf41c1d0f44f32ef.tar.gz
mysqlerl-87ccbcd809bb8b328a49401cbf41c1d0f44f32ef.zip
Add port/port_sup modules.
Diffstat (limited to 'src')
-rw-r--r--src/mysqlerl.app2
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, []},