X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=a101e47f5d7dff002f289ea569ea166ed591fae6;hb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;hp=5293e6e7fc6cf27cc06d2a27793a0c0d314a6c42;hpb=041eacc81656d2ed5bc01b96b15a7d03a1700f13;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5293e6e7fc6..a101e47f5d7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -28,10 +28,6 @@ if ENABLE_sample_PLUGIN SUBDIRS += sample-plugin endif -if ENABLE_sixrd_PLUGIN -SUBDIRS += sixrd-plugin -endif - if ENABLE_ioam_PLUGIN SUBDIRS += ioam-plugin endif @@ -44,10 +40,10 @@ 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_acl_PLUGIN +SUBDIRS += acl-plugin +endif