]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - unsupported/Makefile.in
A few more fixes. Part 3 of 2 I suppose.
[irc/rqf/shadowircd.git] / unsupported / Makefile.in
index 2ebf514874aeff2fadb6cf6a257e3ad45e7faff7..031f456a1bda7130af69d885c4c14051bd66e07e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile.in for ircd/unsupported
 #
-# $Id: Makefile.in 1425 2006-05-23 16:41:33Z jilles $
+# $Id: Makefile.in 3478 2007-05-24 15:10:06Z jilles $
 #
 CC             = @CC@
 RM             = @RM@
@@ -23,12 +23,13 @@ SSL_INCLUDES        = @SSL_INCLUDES@
 
 IRCDLIBS       = @LIBS@ $(SSL_LIBS)
 
-INCLUDES       = -I. -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES)
+INCLUDES       = -I. -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
   m_clearchan.c                        \
-  m_force.c
+  make_override_immune.c       \
+  sno_channeljoin.c
 
 OBJS = ${SRCS:.c=.so}