X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/9b24cbdecc72337e825764f39cdf59ca23f41788..d09c55338feb5627da978058432a15dccec16907:/extensions/Makefile.am diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 443c6557..702ecb0e 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -2,18 +2,22 @@ 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 extension_LTLIBRARIES = \ + chantype_dummy.la \ chm_adminonly.la \ chm_operonly.la \ - chm_operonly_compat.la \ + chm_operonly_compat.la \ chm_insecure.la \ chm_nonotice.la \ chm_operpeace.la \ chm_quietunreg_compat.la \ - chm_sslonly.la \ + chm_sslonly.la \ chm_sslonly_compat.la \ createauthonly.la \ createoperonly.la \ @@ -22,7 +26,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,12 +35,13 @@ extension_LTLIBRARIES = \ force_user_invis.la \ helpops.la \ hurt.la \ - ip_cloaking.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 \ @@ -44,12 +49,13 @@ extension_LTLIBRARIES = \ sno_globaloper.la \ sno_whois.la \ umode_noctcp.la \ - m_adminwall.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 \ @@ -66,7 +72,8 @@ extension_LTLIBRARIES = \ spy_info_notice.la \ spy_links_notice.la \ spy_motd_notice.la \ - spy_stats_notice.la \ + spy_stats_notice.la \ spy_stats_p_notice.la \ spy_trace_notice.la \ + drain.la \ example_module.la