X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=100f089e0fe6fd8f18df798fe5eb7d9eef41edc3;hb=72d0916b82901496bed2f0cebf0cfc9968d239d4;hp=5293e6e7fc6cf27cc06d2a27793a0c0d314a6c42;hpb=041eacc81656d2ed5bc01b96b15a7d03a1700f13;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5293e6e7fc6..100f089e0fe 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -51,3 +51,11 @@ 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