X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;h=20676fc8a7216150b473a9584a423e2561cbd141;hb=cb034b9b374927c7552e36dcbc306d8456b2a0cb;hp=1fcc18ecd290d586eee512c467743f084280c8b0;hpb=ea3e1fc8754d7ebeca85ecc448b263f6ccb6ae6f;p=vpp.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 1fcc18ecd29..20676fc8a72 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -13,19 +13,22 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -SUBDIRS = -if ENABLE_SAMPLE_PLUGIN -SUBDIRS += sample-plugin -endif +# 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 -if ENABLE_SIXRD_PLUGIN -SUBDIRS += sixrd-plugin -endif +SUBDIRS = -if ENABLE_IOAM_PLUGIN -SUBDIRS += ioam-plugin +if ENABLE_sample_PLUGIN +SUBDIRS += sample-plugin endif -if ENABLE_VCGN_PLUGIN +if ENABLE_vcgn_PLUGIN SUBDIRS += vcgn-plugin endif +