VPP-492: Fix ability to change mac address of the interface
[vpp.git] / plugins / Makefile.am
index 350a00e..5293e6e 100644 (file)
@@ -43,3 +43,11 @@ 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