acl-plugin: set ACL heap within the exported functions that might alloc memory
[vpp.git] / src / plugins / Makefile.am
index 0381502..03a39df 100644 (file)
@@ -51,6 +51,10 @@ if ENABLE_GTPU_PLUGIN
 include gtpu.am
 endif
 
+if ENABLE_IGMP_PLUGIN
+include igmp.am
+endif
+
 if ENABLE_ILA_PLUGIN
 include ila.am
 endif
@@ -67,6 +71,10 @@ if ENABLE_KUBEPROXY_PLUGIN
 include kubeproxy.am
 endif
 
+if ENABLE_LACP_PLUGIN
+include lacp.am
+endif
+
 if ENABLE_LB_PLUGIN
 include lb.am
 endif