Makefile
changeset 18 dedf137b504f
parent 17 5001564ac5fc
child 21 0911d0b828d4
--- a/Makefile	Sat Feb 28 21:39:15 2009 +0200
+++ b/Makefile	Sat Feb 28 22:47:39 2009 +0200
@@ -34,7 +34,7 @@
 SOCK_OBJS = obj/sock.o obj/sock_tcp.o
 SOCK_GNUTLS_OBJS = obj/sock_gnutls.o
 LINEPROTO_OBJS = obj/line_proto.o
-IRC_OBJS = obj/irc_line.o
+IRC_OBJS = obj/irc_line.o obj/irc_conn.o
 
 # XXX: not yet there
 #CORE_OBJS = obj/lib/log.o obj/lib/signals.o