X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2FMakefile.am;h=3ffcca8e59fdd805d099faed46d84ce8b4418b65;hb=f6e3dc4778ef910d4ae6114783bd8f50887e6d0d;hp=f53a61bfd4442cb669452da138ad1bca445eb780;hpb=8bdc63b6036167e080b6501c17e7691033b64319;p=vpp.git diff --git a/vnet/Makefile.am b/vnet/Makefile.am index f53a61bfd44..3ffcca8e59f 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -31,6 +31,7 @@ endif ######################################## libvnet_la_SOURCES += \ vnet/config.c \ + vnet/devices/devices.c \ vnet/handoff.c \ vnet/interface.c \ vnet/interface_cli.c \ @@ -628,9 +629,19 @@ libvnet_la_SOURCES += \ vnet/lawful-intercept/node.c nobase_include_HEADERS += \ - vnet/dpdk_replication.h \ vnet/lawful-intercept/lawful_intercept.h +######################################## +# SPAN (port mirroring) +######################################## + +libvnet_la_SOURCES += \ + vnet/span/span.c \ + vnet/span/node.c + +nobase_include_HEADERS += \ + vnet/span/span.h + ######################################## # Packet generator ######################################## @@ -722,7 +733,6 @@ nobase_include_HEADERS += \ ######################################## libvnet_la_SOURCES += \ - vnet/devices/feature.c \ vnet/feature/feature.c \ vnet/feature/registration.c