X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=117f11dddc49c4d317fdbf93707a235d40b0c9b0;hb=ed1c1835043a1d266a5928c40f41b340f6c968d7;hp=350a00e3c3f4dfb325589e095b7ee922f3b2d708;hpb=dbacf85fed57839b58ad10605a5245ebe6c1a049;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 350a00e3c3f..117f11dddc4 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -43,3 +43,15 @@ endif if ENABLE_snat_PLUGIN SUBDIRS += snat-plugin endif + +if ENABLE_ila_PLUGIN +SUBDIRS += ila-plugin +endif + +if ENABLE_lb_PLUGIN +SUBDIRS += lb-plugin +endif + +if ENABLE_flowperpkt_PLUGIN +SUBDIRS += flowperpkt-plugin +endif