NAT: Rename snat plugin to nat (VPP-955)
[vpp.git] / src / plugins / Makefile.am
index f26d0fd..205bfe6 100644 (file)
@@ -66,12 +66,16 @@ if ENABLE_MEMIF_PLUGIN
 include memif.am
 endif
 
+if ENABLE_PPPOE_PLUGIN
+include pppoe.am
+endif
+
 if ENABLE_SIXRD_PLUGIN
 include sixrd.am
 endif
 
-if ENABLE_SNAT_PLUGIN
-include snat.am
+if ENABLE_NAT_PLUGIN
+include nat.am
 endif
 
 include ../suffix-rules.mk