X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=100f089e0fe6fd8f18df798fe5eb7d9eef41edc3;hb=b09167f33d3c79e7ccc27e0fc484cc5fbcdb9943;hp=117f11dddc49c4d317fdbf93707a235d40b0c9b0;hpb=65209ed18c0bdc4e8d3d4a2ebbcd6cf34b68bb43;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 117f11dddc4..100f089e0fe 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -55,3 +55,7 @@ endif if ENABLE_flowperpkt_PLUGIN SUBDIRS += flowperpkt-plugin endif + +if ENABLE_acl_PLUGIN +SUBDIRS += acl-plugin +endif