]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/Makefile.in
Move m_force to extensions.
[irc/rqf/shadowircd.git] / extensions / Makefile.in
index 5d2ee63dbf2f97666abf85ffd42aef340e54cbfe..b041b2d2b94970c5df3a46aeb4d6c51a78417876 100644 (file)
@@ -27,8 +27,11 @@ 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             \
@@ -44,6 +47,8 @@ SRCS =                          \
   hurt.c                       \
   ip_cloaking.c                        \
   ip_cloaking_old.c            \
+  ip_cloaking_3.0.c            \
+  ip_cloaking_4.0.c            \
   sno_farconnect.c             \
   sno_globalkline.c            \
   sno_globaloper.c             \
@@ -51,6 +56,7 @@ SRCS =                          \
   m_42.c                       \
   m_adminwall.c                        \
   m_findforwards.c             \
+  m_force.c                            \
   m_identify.c                 \
   m_mkpasswd.c                  \
   m_ojoin.c                    \
@@ -58,6 +64,7 @@ SRCS =                          \
   m_okick.c                    \
   m_omode.c                    \
   m_opme.c                     \
+  m_sendbans.c                 \
   m_webirc.c                   \
   no_locops.c                  \
   no_oper_invis.c              \