summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-25 09:33:35 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-25 09:33:35 +0000
commit52dce0bb3a42a5cd6a5a84b10a65fe1f140fb9bc (patch)
tree5da04ee87c2912b34d335a5b1ae18fd0d619de71 /src/Makefile
parentadded logging (diff)
added lua library for logging
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 2eed24b..1d63ea1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -33,6 +33,7 @@ EXECUTABLE := anylike
# sysexec.o \
OBJ := log.o \
+ l_log.o \
options.o \
string_list.o \
anylike.o