X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=bd77c45f6319f853dba0e8bc181d579cae785995;hb=58c947650cb864c592779530a655ea108b960b1a;hp=8c7b3fac427ac41912dd1999923e250365fb1b11;hpb=62f9cdd82c52dc05cb89a742d21aba013ce526d4;p=vpp.git diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 8c7b3fac427..bd77c45f631 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -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