summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-11 22:01:07 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-11 22:01:07 (GMT)
commit37ccdda9932a28ca4b974760978f6d6234007059 (patch)
tree46c43067e80e3819fb213ba7c0ce5f719e321bf8 /Makefile
parentd035636d833c393f86eb4eacb5c5934c94eb1a06 (diff)
luaclient receiving data works now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0ba2cdb..81956ea 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ COMMONOBJ := log.o \
sig_handler.o \
string_list.o \
key_value_storage.o \
- utils.o \
+ utils.o
SWITCHCTLOBJ := command_queue.o \
client_list.o \
@@ -47,11 +47,12 @@ STDIOCLIENTOBJ := opt-stdioclient.o \
stdioclient.o
HEARTBEATCLIENTOBJ := opt-heartbeatclient.o \
- heartbeatclient.o
+ heartbeatclient.o
LUACLIENTOBJ := opt-luaclient.o \
l_log.o \
l_sig_handler.o \
+ l_cmd.o \
luaclient.o