X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=64faeda9963da36e90ca57a052e4f5e96756c22e;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=286fd1f98858f0999cc21aa8f4d35b036fb69809;hpb=04f3db3847d242857b9d9d858bcdca538a1be7d7;p=vpp.git diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 286fd1f9885..64faeda9963 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -59,10 +59,18 @@ if ENABLE_IXGE_PLUGIN include ixge.am endif +if ENABLE_KUBEPROXY_PLUGIN +include kubeproxy.am +endif + if ENABLE_LB_PLUGIN include lb.am endif +if ENABLE_MARVELL_PLUGIN +include marvell.am +endif + if ENABLE_MEMIF_PLUGIN include memif.am endif @@ -75,6 +83,18 @@ if ENABLE_SIXRD_PLUGIN include sixrd.am endif +if ENABLE_SRV6AD_PLUGIN +include srv6_ad.am +endif + +if ENABLE_SRV6AM_PLUGIN +include srv6_am.am +endif + +if ENABLE_SRV6AS_PLUGIN +include srv6_as.am +endif + if ENABLE_NAT_PLUGIN include nat.am endif @@ -83,6 +103,14 @@ if ENABLE_STN_PLUGIN include stn.am endif +if ENABLE_L2E_PLUGIN +include l2e.am +endif + +if ENABLE_GBP_PLUGIN +include gbp.am +endif + include ../suffix-rules.mk # Remove *.la files