]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/Makefile.in
help system rework, part 1
[irc/rqf/shadowircd.git] / extensions / Makefile.in
index 503e3b32ba73e8814b1511642ac6c2d73896824e..58a36302416100132ad8a16c36e22197725fcb94 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile.in for ircd/contrib
 #
-# $Id: Makefile.in 1849 2006-08-23 12:40:21Z jilles $
+# $Id: Makefile.in 3522 2007-07-06 07:48:28Z nenolod $
 #
 CC             = @CC@
 RM             = @RM@
@@ -28,6 +28,7 @@ CPPFLAGS      = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
   createauthonly.c             \
+  createoperonly.c             \
   extb_account.c               \
   extb_canjoin.c               \
   extb_channel.c               \
@@ -37,9 +38,11 @@ SRCS =                          \
   extb_extgecos.c              \
   hurt.c                       \
   ip_cloaking.c                        \
+  ip_cloaking_old.c            \
   sno_farconnect.c             \
   sno_globalkline.c            \
   sno_globaloper.c             \
+  sno_whois.c                  \
   m_42.c                       \
   m_findforwards.c             \
   m_identify.c                 \
@@ -58,8 +61,6 @@ SRCS =                          \
   spy_stats_notice.c            \
   spy_stats_p_notice.c         \
   spy_trace_notice.c           \
-  spy_whois_notice.c            \
-  spy_whois_notice_global.c    \
   example_module.c
 
 OBJS = ${SRCS:.c=.so}