]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - unsupported/Makefile.in
Don't suggest putting values in an enum that are not in the enum.
[irc/rqf/shadowircd.git] / unsupported / Makefile.in
index 2ebf514874aeff2fadb6cf6a257e3ad45e7faff7..4d55313456c8b5ed26cfcd18bf1b90e8522136bc 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
+  m_force.c                    \
+  sno_channeljoin.c
 
 OBJS = ${SRCS:.c=.so}