]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.in
Remove another mention of glines from the sgml documentation.
[solanum.git] / extensions / Makefile.in
index 4f97fb90a6e942059cf9e6b815aadca298bcd290..5d2ee63dbf2f97666abf85ffd42aef340e54cbfe 100644 (file)
@@ -23,10 +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../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
+  chm_operonly_compat.c                \
+  chm_quietunreg_compat.c      \
+  chm_sslonly_compat.c         \
   createauthonly.c             \
   createoperonly.c             \
   extb_account.c               \
@@ -34,8 +37,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,6 +59,7 @@ SRCS =                          \
   m_omode.c                    \
   m_opme.c                     \
   m_webirc.c                   \
+  no_locops.c                  \
   no_oper_invis.c              \
   spy_admin_notice.c           \
   spy_info_notice.c            \