]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.am
explicitly show IP in SNO_BANNED snotes
[solanum.git] / extensions / Makefile.am
index 0f2485d9ab665452b35f31258fd76845bcf3ccf2..5fe872dd235ff375430776dc3ad1ea3e4370116b 100644 (file)
@@ -1,20 +1,19 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL)
+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)/libratbox/src/libratbox.la $(top_srcdir)/ircd/libircd.la
+LIBS += $(top_srcdir)/ircd/libircd.la
 
 extensiondir=@moduledir@/extensions
 
 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_sslonly.la                       \
-  chm_sslonly_compat.la                \
+  chm_regmsg.la                        \
+  chm_sslonly.la               \
   createauthonly.la            \
   createoperonly.la            \
   extb_account.la              \
@@ -22,7 +21,7 @@ extension_LTLIBRARIES =               \
   extb_channel.la              \
   extb_hostmask.la             \
   extb_oper.la                 \
-  extb_server.la                       \
+  extb_server.la               \
   extb_ssl.la                  \
   extb_realname.la             \
   extb_usermode.la             \
@@ -31,24 +30,26 @@ extension_LTLIBRARIES =             \
   force_user_invis.la          \
   helpops.la                   \
   hurt.la                      \
-  ip_cloaking.la                       \
+  invite_notify.la             \
+  ip_cloaking.la               \
   ip_cloaking_old.la           \
   ip_cloaking_3.0.la           \
   ip_cloaking_4.0.la           \
   override.la                  \
-  restrict-unauthenticated.la    \
+  override_kick_immunity.la    \
+  restrict-unauthenticated.la  \
   sno_channelcreate.la         \
   sno_farconnect.la            \
-  sno_globalkline.la           \
   sno_globalnickchange.la      \
   sno_globaloper.la            \
-  sno_whois.la                 \
-  m_42.la                      \
-  m_adminwall.la                       \
+  umode_noctcp.la              \
+  m_adminwall.la               \
+  m_echotags.la                        \
   m_extendchans.la             \
   m_findforwards.la            \
   m_identify.la                        \
-  m_mkpasswd.la                  \
+  m_locops.la                  \
+  m_mkpasswd.la                        \
   m_ojoin.la                   \
   m_okick.la                   \
   m_omode.la                   \
@@ -56,16 +57,18 @@ 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             \
-  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          \
+  sasl_usercloak.la            \
+  drain.la                     \
+  identify_msg.la              \
+  cap_realhost.la              \
+  invex_regonly.la             \
+  cap_oper.la                  \
   example_module.la
+
+if HAVE_HYPERSCAN
+    extension_LTLIBRARIES += filter.la
+endif