Makefile
changeset 21 0911d0b828d4
parent 18 dedf137b504f
child 23 542c73d07d3c
--- a/Makefile	Sun Mar 01 00:34:33 2009 +0200
+++ b/Makefile	Sun Mar 01 01:48:14 2009 +0200
@@ -30,7 +30,7 @@
 # modules
 module_objs = $(patsubst src/%.c,obj/%.o,$(wildcard src/$(1)/*.c))
 
-CORE_OBJS = obj/error.o
+CORE_OBJS = obj/error.o obj/log.o
 SOCK_OBJS = obj/sock.o obj/sock_tcp.o
 SOCK_GNUTLS_OBJS = obj/sock_gnutls.o
 LINEPROTO_OBJS = obj/line_proto.o