diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 12:09:42 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 12:09:42 -0500 |
commit | 40547b6702940c68cec48be580d80a6d95614c29 (patch) | |
tree | 27bab5b63a2ad91ff9bb08b9e01fc81b409bc63c /src/Makefile | |
parent | 4c31a79f1f76b6d80fffd05180dadcbb5a882293 (diff) | |
download | mysqlerl-40547b6702940c68cec48be580d80a6d95614c29.tar.gz mysqlerl-40547b6702940c68cec48be580d80a6d95614c29.zip |
Move msg handlers to modules, and make it ETERM based.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5a9287d..c29b76f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ PRIVDIR = ../priv BEAMDIR = ../ebin BINS = $(PRIVDIR)/mysqlerl $(BEAMDIR)/mysqlerl.app -MYSQLERLOBJS = io.o log.o mysqlerl.o +MYSQLERLOBJS = io.o log.o msg.o mysqlerl.o BEAMS = mysqlerl.beam mysqlerl_app.beam mysqlerl_connection.beam \ mysqlerl_connection_sup.beam LIBS = -lmysqlclient |