]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/Makefile.in
Automated merge with http://hg.atheme.org/charybdis
[irc/rqf/shadowircd.git] / extensions / Makefile.in
index d9272d1c642609cfba21f08a2e4539c8480392a6..13c58db685d264e6c2884b4a2463d4a94db75e62 100644 (file)
@@ -23,11 +23,16 @@ 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               \
@@ -35,8 +40,10 @@ SRCS =                          \
   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                        \
   ip_cloaking_old.c            \
@@ -54,7 +61,7 @@ SRCS =                          \
   m_okick.c                    \
   m_omode.c                    \
   m_opme.c                     \
-  m_privs.c                    \
+  m_sendbans.c                 \
   m_webirc.c                   \
   no_locops.c                  \
   no_oper_invis.c              \