diff options
author | Ole Troan <ot@cisco.com> | 2016-12-06 23:00:38 +0100 |
---|---|---|
committer | Ole Troan <ot@cisco.com> | 2016-12-06 23:48:43 +0100 |
commit | 399ca1ca5267861b56a81f64e689aa42b9a79620 (patch) | |
tree | e3028d077f469f877e9cb75a397fae5175cca64d /vnet/Makefile.am | |
parent | 7e3a875c94b180ef4d9dc99a7fcc8a73c348969b (diff) |
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>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 6e891f9de0e..930d6bb9278 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -917,7 +917,8 @@ api_DATA = \ 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 |