summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-11-14 19:06:41 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-11-14 19:06:41 +0000
commitc3b827d710f62be79837dc581c93db9a2f091d15 (patch)
tree29f68f4a3f1a6a72ba6a589dfbe505e2c9b5c907 /src/Makefile
parentchanged module configuration syntax (diff)
added command queue
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@27 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index abad7a5..91461fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -53,6 +53,7 @@ C_SRCS := $(C_OBJS:%.o=%.c)
LUA_SRCS := client_list.lua \
module_list.lua \
+ command_queue.lua \
main_loop.lua
LUA_BYTECODE := $(EXECUTABLE).lc