X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2FMakefile.am;h=4425171b9fbdaf6dac09c48691fdbde36cb10b15;hb=1099b0db45a7a0bb597c4deb5b9387f5b6ae280f;hp=a4031824e39c0ab57cc343fa060e4a7eafde493c;hpb=296b20162affd0b3bb4168ced045fe7bcb15b03b;p=vpp.git diff --git a/vnet/Makefile.am b/vnet/Makefile.am index a4031824e39..4425171b9fb 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -22,6 +22,8 @@ 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 \ @@ -469,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 @@ -956,6 +960,7 @@ 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 \