]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.am
explicitly show IP in SNO_BANNED snotes
[solanum.git] / extensions / Makefile.am
index e4460d1cdc786bf2c9c0a2f1781eea57ba7121fc..5fe872dd235ff375430776dc3ad1ea3e4370116b 100644 (file)
@@ -2,9 +2,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/librb/include $(LTDLINCL)
 AM_LDFLAGS  = -module -export-dynamic -avoid-version -no-undefined -shared
 AM_LDFLAGS += -export-symbols-regex _mheader
 LIBS += $(top_srcdir)/ircd/libircd.la
-if MINGW
-LIBS += $(top_srcdir)/librb/src/librb.la
-endif
 
 extensiondir=@moduledir@/extensions
 
@@ -12,13 +9,11 @@ extension_LTLIBRARIES =              \
   chantype_dummy.la            \
   chm_adminonly.la             \
   chm_operonly.la              \
-  chm_operonly_compat.la       \
   chm_insecure.la              \
   chm_nonotice.la              \
   chm_operpeace.la             \
-  chm_quietunreg_compat.la     \
+  chm_regmsg.la                        \
   chm_sslonly.la               \
-  chm_sslonly_compat.la                \
   createauthonly.la            \
   createoperonly.la            \
   extb_account.la              \
@@ -45,10 +40,8 @@ extension_LTLIBRARIES =              \
   restrict-unauthenticated.la  \
   sno_channelcreate.la         \
   sno_farconnect.la            \
-  sno_globalkline.la           \
   sno_globalnickchange.la      \
   sno_globaloper.la            \
-  sno_whois.la                 \
   umode_noctcp.la              \
   m_adminwall.la               \
   m_echotags.la                        \
@@ -64,20 +57,16 @@ extension_LTLIBRARIES =             \
   m_sendbans.la                        \
   m_webirc.la                  \
   m_remove.la                  \
-  m_roleplay.la                        \
   hide_uncommon_channels.la    \
   no_kill_services.la          \
   no_locops.la                 \
   no_oper_invis.la             \
   sasl_usercloak.la            \
-  spy_admin_notice.la          \
-  spy_info_notice.la           \
-  spy_links_notice.la          \
-  spy_motd_notice.la           \
-  spy_stats_notice.la          \
-  spy_stats_p_notice.la                \
-  spy_trace_notice.la          \
   drain.la                     \
+  identify_msg.la              \
+  cap_realhost.la              \
+  invex_regonly.la             \
+  cap_oper.la                  \
   example_module.la
 
 if HAVE_HYPERSCAN