SPAN API: Fix various errors making SPAN break make tests.
- s/l2/span in span_api.c in foreach macro
- Not installing .json from Makefile.am
Change-Id: I2469fe01138d62e044b8262cdb5a6e3b009bb43e
Signed-off-by: Ole Troan <ot@cisco.com>
diff --git a/vnet/Makefile.am b/vnet/Makefile.am
index 6e891f9..930d6bb 100644
--- a/vnet/Makefile.am
+++ b/vnet/Makefile.am
@@ -917,7 +917,8 @@
vnet/interface.api.json \
vnet/ip/ip.api.json \
vnet/l2/l2.api.json \
- vnet/map/map.api.json
+ vnet/map/map.api.json \
+ vnet/span/span.api.json
# The actual %.api.h rule is in .../build-data/packages/suffix-rules.mk
# and requires a symbolic link at the top of the vnet source tree