X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet.am;h=9c55e336d0482d41ef3acb2a6bfbc39058389976;hb=6792ec059696a358b6c98d8d86e9740b34c01e24;hp=9e099f33b2c995661f93c58f345a61de0c591d94;hpb=696e88da9799056036f329676213f3c0c0a1db9c;p=vpp.git diff --git a/src/vnet.am b/src/vnet.am index 9e099f33b2c..9c55e336d04 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -42,7 +42,7 @@ libvnet_la_SOURCES += \ vnet/interface_format.c \ vnet/interface_output.c \ vnet/misc.c \ - vnet/replication.c \ + vnet/replication.c \ vnet/rewrite.c nobase_include_HEADERS += \ @@ -58,7 +58,6 @@ nobase_include_HEADERS += \ vnet/l3_types.h \ vnet/pipeline.h \ vnet/replication.h \ - vnet/rewrite.h \ vnet/vnet.h \ vnet/vnet_all_api_h.h \ vnet/vnet_msg_enum.h \ @@ -463,7 +462,9 @@ libvnet_la_SOURCES += \ vnet/tcp/tcp_output.c \ vnet/tcp/tcp_input.c \ vnet/tcp/tcp_newreno.c \ + vnet/tcp/builtin_client.c \ vnet/tcp/builtin_server.c \ + vnet/tcp/tcp_test.c \ vnet/tcp/tcp.c nobase_include_HEADERS += \