]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.am
Merge pull request #302 from edk0/sasl-usercloak
[solanum.git] / extensions / Makefile.am
index 40e5afb2786049d48069450b4e57f22bb1894601..bbdee94c0cf2fb3cdce1c2567c4081e088143700 100644 (file)
@@ -2,10 +2,14 @@ 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       \
@@ -36,7 +40,8 @@ extension_LTLIBRARIES =               \
   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           \
@@ -63,6 +68,7 @@ extension_LTLIBRARIES =               \
   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          \
@@ -70,4 +76,9 @@ extension_LTLIBRARIES =               \
   spy_stats_notice.la          \
   spy_stats_p_notice.la                \
   spy_trace_notice.la          \
+  drain.la                     \
   example_module.la
+
+if HAVE_HYPERSCAN
+    extension_LTLIBRARIES += filter.la
+endif