X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2FMakefile.am;h=37798c9c3bb53cbca0c6ea4c19477a8cfd2ee5da;hb=c4d1cf76072b54f630b0263cd86e01df82249568;hp=4425171b9fbdaf6dac09c48691fdbde36cb10b15;hpb=1099b0db45a7a0bb597c4deb5b9387f5b6ae280f;p=vpp.git diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 4425171b9fb..37798c9c3bb 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -30,6 +30,8 @@ BUILT_SOURCES = \ 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 \ @@ -487,11 +489,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 @@ -964,12 +968,13 @@ api_DATA = \ 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 - + # 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