diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-11 22:01:07 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-11 22:01:07 (GMT) |
commit | 37ccdda9932a28ca4b974760978f6d6234007059 (patch) | |
tree | 46c43067e80e3819fb213ba7c0ce5f719e321bf8 /Makefile | |
parent | d035636d833c393f86eb4eacb5c5934c94eb1a06 (diff) |
luaclient receiving data works now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |