X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2FMakefile.am;h=592acc8f6454894af54f899112b42b6ea553387d;hb=20d1232532e6f6c94c77a125b6c17680e14785b5;hp=a4031824e39c0ab57cc343fa060e4a7eafde493c;hpb=296b20162affd0b3bb4168ced045fe7bcb15b03b;p=vpp.git diff --git a/vnet/Makefile.am b/vnet/Makefile.am index a4031824e39..592acc8f645 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -22,12 +22,16 @@ BUILT_SOURCES = \ vnet/devices/netmap/netmap.api.json \ vnet/devices/virtio/vhost_user.api.h \ vnet/devices/virtio/vhost_user.api.json \ + vnet/gre/gre.api.h \ + vnet/gre/gre.api.json \ vnet/interface.api.h \ vnet/interface.api.json \ vnet/ip/ip.api.h \ vnet/ip/ip.api.json \ vnet/l2/l2.api.h \ vnet/l2/l2.api.json \ + vnet/l2tp/l2tp.api.h \ + vnet/l2tp/l2tp.api.json \ vnet/map/map.api.h \ vnet/map/map.api.json \ vnet/span/span.api.h \ @@ -37,7 +41,9 @@ BUILT_SOURCES = \ vnet/vxlan/vxlan.api.h \ vnet/vxlan/vxlan.api.json \ vnet/vxlan-gpe/vxlan_gpe.api.h \ - vnet/vxlan-gpe/vxlan_gpe.api.json + vnet/vxlan-gpe/vxlan_gpe.api.json \ + vnet/bfd/bfd.api.h \ + vnet/bfd/bfd.api.json libvnet_la_SOURCES = libvnetplugin_la_SOURCES = @@ -369,13 +375,15 @@ nobase_include_HEADERS += \ vnet/bfd/bfd_protocol.h \ vnet/bfd/bfd_main.h \ vnet/bfd/bfd_api.h \ - vnet/bfd/bfd_udp.h + vnet/bfd/bfd_udp.h \ + vnet/bfd/bfd.api.h libvnet_la_SOURCES += \ vnet/bfd/bfd_api.h \ vnet/bfd/bfd_udp.c \ vnet/bfd/bfd_main.c \ - vnet/bfd/bfd_protocol.c + vnet/bfd/bfd_protocol.c \ + vnet/bfd/bfd_api.c ######################################## # Layer 3 protocol: IPSec @@ -469,12 +477,14 @@ libvnet_la_SOURCES += \ vnet/gre/gre.c \ vnet/gre/node.c \ vnet/gre/interface.c \ - vnet/gre/pg.c + vnet/gre/pg.c \ + vnet/gre/gre_api.c nobase_include_HEADERS += \ vnet/gre/gre.h \ vnet/gre/packet.h \ - vnet/gre/error.def + vnet/gre/error.def \ + vnet/gre/gre.api.h ######################################## # Tunnel protocol: l2tpv3 @@ -483,11 +493,13 @@ libvnet_la_SOURCES += \ vnet/l2tp/l2tp.c \ vnet/l2tp/encap.c \ vnet/l2tp/decap.c \ - vnet/l2tp/pg.c + vnet/l2tp/pg.c \ + vnet/l2tp/l2tp_api.c nobase_include_HEADERS += \ vnet/l2tp/l2tp.h \ - vnet/l2tp/packet.h + vnet/l2tp/packet.h \ + vnet/l2tp/l2tp.api.h ######################################## # Tunnel protocol: gre+mpls @@ -956,15 +968,18 @@ api_DATA = \ vnet/devices/af_packet/af_packet.api.json \ vnet/devices/netmap/netmap.api.json \ vnet/devices/virtio/vhost_user.api.json \ + vnet/gre/gre.api.json \ vnet/interface.api.json \ vnet/ip/ip.api.json \ vnet/l2/l2.api.json \ + vnet/l2tp/l2tp.api.json \ vnet/map/map.api.json \ vnet/span/span.api.json \ vnet/unix/tap.api.json \ vnet/vxlan/vxlan.api.json \ - vnet/vxlan-gpe/vxlan_gpe.api.json - + vnet/vxlan-gpe/vxlan_gpe.api.json \ + vnet/bfd/bfd.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