]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.am
Merge pull request #302 from edk0/sasl-usercloak
[solanum.git] / extensions / Makefile.am
index 702ecb0ee29a04c287d9d043116082b7830acfe8..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          \
@@ -77,3 +78,7 @@ extension_LTLIBRARIES =               \
   spy_trace_notice.la          \
   drain.la                     \
   example_module.la
+
+if HAVE_HYPERSCAN
+    extension_LTLIBRARIES += filter.la
+endif