X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=64faeda9963da36e90ca57a052e4f5e96756c22e;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=03aef227cfbafff76609a00de2976bf51af766d5;hpb=55d03788290d51c79686218ef5de2be8ff6ce976;p=vpp.git diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 03aef227cfb..64faeda9963 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -67,6 +67,10 @@ if ENABLE_LB_PLUGIN include lb.am endif +if ENABLE_MARVELL_PLUGIN +include marvell.am +endif + if ENABLE_MEMIF_PLUGIN include memif.am endif @@ -79,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 @@ -91,6 +107,10 @@ if ENABLE_L2E_PLUGIN include l2e.am endif +if ENABLE_GBP_PLUGIN +include gbp.am +endif + include ../suffix-rules.mk # Remove *.la files