Move java,lua api and remaining plugins to src/
[vpp.git] / plugins / Makefile.am
index 1fcc18e..20676fc 100644 (file)
 
 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
+