MAP: Move MAP-E/T to a plugin.
[vpp.git] / src / plugins / Makefile.am
index 9c891c5..5d9ca8b 100644 (file)
@@ -115,6 +115,10 @@ if ENABLE_NAT_PLUGIN
 include nat.am
 endif
 
+if ENABLE_MAP_PLUGIN
+include map.am
+endif
+
 if ENABLE_STN_PLUGIN
 include stn.am
 endif