]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.am
Merge pull request #302 from edk0/sasl-usercloak
[solanum.git] / extensions / Makefile.am
index 64cd6e7ce3bfde45c4a8d7cbdd5a032503a09b76..bbdee94c0cf2fb3cdce1c2567c4081e088143700 100644 (file)
@@ -68,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          \
@@ -75,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