X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=100f089e0fe6fd8f18df798fe5eb7d9eef41edc3;hb=296b20162affd0b3bb4168ced045fe7bcb15b03b;hp=1fcc18ecd290d586eee512c467743f084280c8b0;hpb=ea3e1fc8754d7ebeca85ecc448b263f6ccb6ae6f;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 1fcc18ecd29..100f089e0fe 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -13,19 +13,49 @@ AUTOMAKE_OPTIONS = foreign subdir-objects +# To add a new plugin subdirectory: +# +# add a stanza here: +# if ENABLE_new_PLUGIN +# SUBDIRS += new-plugin +# endif +# +# Also: add PLUGIN(new) to configure.ac + SUBDIRS = -if ENABLE_SAMPLE_PLUGIN + +if ENABLE_sample_PLUGIN SUBDIRS += sample-plugin endif -if ENABLE_SIXRD_PLUGIN +if ENABLE_sixrd_PLUGIN SUBDIRS += sixrd-plugin endif -if ENABLE_IOAM_PLUGIN +if ENABLE_ioam_PLUGIN SUBDIRS += ioam-plugin endif -if ENABLE_VCGN_PLUGIN +if ENABLE_vcgn_PLUGIN SUBDIRS += vcgn-plugin 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 + +if ENABLE_acl_PLUGIN +SUBDIRS += acl-plugin +endif