API refactoring : gre
[vpp.git] / vnet / Makefile.am
index d0f4d9e..4425171 100644 (file)
@@ -20,6 +20,10 @@ BUILT_SOURCES =                              \
  vnet/devices/af_packet/af_packet.api.json     \
  vnet/devices/netmap/netmap.api.h              \
  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                              \
@@ -33,7 +37,9 @@ BUILT_SOURCES =                               \
  vnet/unix/tap.api.h                           \
  vnet/unix/tap.api.json                                \
  vnet/vxlan/vxlan.api.h                                \
- vnet/vxlan/vxlan.api.json
+ vnet/vxlan/vxlan.api.json                     \
+ vnet/vxlan-gpe/vxlan_gpe.api.h                        \
+ vnet/vxlan-gpe/vxlan_gpe.api.json
 
 libvnet_la_SOURCES =
 libvnetplugin_la_SOURCES =
@@ -465,12 +471,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
@@ -513,12 +521,14 @@ nobase_include_HEADERS +=                 \
 libvnet_la_SOURCES +=                          \
  vnet/vxlan-gpe/vxlan_gpe.c                    \
  vnet/vxlan-gpe/encap.c                                \
- vnet/vxlan-gpe/decap.c
+ vnet/vxlan-gpe/decap.c                                \
+ vnet/vxlan-gpe/vxlan_gpe_api.c
 
 nobase_include_HEADERS +=                      \
  vnet/vxlan-gpe/vxlan_gpe.h                    \
  vnet/vxlan-gpe/vxlan_gpe_packet.h             \
- vnet/vxlan-gpe/vxlan_gpe_error.def
+ vnet/vxlan-gpe/vxlan_gpe_error.def    \
+ vnet/vxlan-gpe/vxlan_gpe.api.h
 
 ########################################
 # Tunnel protocol: ipsec+gre
@@ -751,10 +761,12 @@ endif
 ########################################
 
 libvnet_la_SOURCES +=       \
-  vnet/devices/virtio/vhost-user.c
+  vnet/devices/virtio/vhost-user.c     \
+  vnet/devices/virtio/vhost_user_api.c
 
 nobase_include_HEADERS +=     \
-  vnet/devices/virtio/vhost-user.h
+  vnet/devices/virtio/vhost-user.h     \
+  vnet/devices/virtio/vhost_user.api.h
 
 ########################################
 # ssvm ethernet
@@ -947,14 +959,17 @@ apidir = $(prefix)/vnet
 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/map/map.api.json                         \
  vnet/span/span.api.json                       \
  vnet/unix/tap.api.json                                \
- vnet/vxlan/vxlan.api.json
-
+ vnet/vxlan/vxlan.api.json                     \
+ vnet/vxlan-gpe/vxlan_gpe.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