X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=100f089e0fe6fd8f18df798fe5eb7d9eef41edc3;hb=8b2b794ae99a2316caebceb65a5ab16f75536d6b;hp=95f1526a8ab8b63521133901b46f12f8155af394;hpb=fd8181b694f97376c880e6b70ec63a8a678ef613;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 95f1526a8ab..100f089e0fe 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -47,3 +47,15 @@ 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 + +if ENABLE_acl_PLUGIN +SUBDIRS += acl-plugin +endif