]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/Makefile.in
Remove redundant prototypes in src/ircd_lexer.l.
[irc/rqf/shadowircd.git] / extensions / Makefile.in
index eba5382aeeef56a8cd9ebb2cdf628bb3e00559d0..199dcac5df69b2cec3cc73e4cd3ebd8fadd4dab5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile.in for ircd/contrib
 #
-# $Id: Makefile.in 3474 2007-05-24 04:16:02Z nenolod $
+# $Id: Makefile.in 3522 2007-07-06 07:48:28Z nenolod $
 #
 CC             = @CC@
 RM             = @RM@
@@ -23,36 +23,51 @@ SSL_INCLUDES        = @SSL_INCLUDES@
 
 IRCDLIBS       = @LIBS@ $(SSL_LIBS)
 
-INCLUDES       = -I. -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES)
+INCLUDES       = -I. -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
+  chm_adminonly.c              \
+  chm_operonly.c               \
+  chm_operonly_compat.c                \
+  chm_quietunreg_compat.c      \
+  chm_sslonly.c                        \
+  chm_sslonly_compat.c         \
   createauthonly.c             \
+  createoperonly.c             \
   extb_account.c               \
   extb_canjoin.c               \
   extb_channel.c               \
   extb_oper.c                  \
   extb_server.c                        \
+  extb_ssl.c                   \
   extb_realname.c              \
   extb_extgecos.c              \
+  force_user_invis.c           \
   hurt.c                       \
   ip_cloaking.c                        \
-  sno_channeljoin.c            \
   sno_farconnect.c             \
   sno_globalkline.c            \
   sno_globaloper.c             \
   sno_whois.c                  \
   m_42.c                       \
+  m_adminwall.c                        \
+  m_cycle.c                    \
   m_findforwards.c             \
+  m_force.c                    \
   m_identify.c                 \
   m_mkpasswd.c                  \
+  m_oaccept.c                  \
   m_ojoin.c                    \
   m_olist.c                    \
   m_okick.c                    \
   m_omode.c                    \
   m_opme.c                     \
+  m_sendbans.c                 \
   m_webirc.c                   \
+  no_locops.c                  \
   no_oper_invis.c              \
+  m_roleplay.c                 \
   spy_admin_notice.c           \
   spy_info_notice.c            \
   spy_links_notice.c           \