acl-plugin: increase the amount of memory for classifier tables used by MACIP ACLs
[vpp.git] / src / plugins / Makefile.am
index 8c7b3fa..bd77c45 100644 (file)
@@ -74,8 +74,12 @@ if ENABLE_SIXRD_PLUGIN
 include sixrd.am
 endif
 
-if ENABLE_SNAT_PLUGIN
-include snat.am
+if ENABLE_NAT_PLUGIN
+include nat.am
+endif
+
+if ENABLE_STN_PLUGIN
+include stn.am
 endif
 
 include ../suffix-rules.mk