X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=9911b0420a6946efe98caa9e172ee927f5b00b4f;hb=111666766d9db5a2546a6cdb0f296977472c5993;hp=95068f96e9a831d6b42a738ddc55276f82b61827;hpb=0938eba153ed20b8a32b7278ed6301b45ce257cc;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 95068f96e9a..9911b0420a6 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -659,9 +659,11 @@ list(APPEND VNET_SOURCES tcp/tcp_output.c tcp/tcp_input.c tcp/tcp_newreno.c - tcp/tcp_cubic.c tcp/tcp_bt.c + tcp/tcp_cli.c + tcp/tcp_cubic.c tcp/tcp_debug.c + tcp/tcp_sack.c tcp/tcp.c ) @@ -674,7 +676,12 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS tcp/tcp_packet.h tcp/tcp_timer.h + tcp/tcp_bt.h + tcp/tcp_cc.h tcp/tcp_debug.h + tcp/tcp_inlines.h + tcp/tcp_sack.h + tcp/tcp_types.h tcp/tcp.h tcp/tcp_error.def ) @@ -686,6 +693,7 @@ list(APPEND VNET_API_FILES tcp/tcp.api) ############################################################################## list(APPEND VNET_SOURCES udp/udp.c + udp/udp_cli.c udp/udp_input.c udp/udp_format.c udp/udp_local.c @@ -1151,6 +1159,7 @@ list(APPEND VNET_API_FILES devices/pipe/pipe.api) list(APPEND VNET_SOURCES session/session.c + session/session_debug.c session/session_table.c session/session_rules_table.c session/session_lookup.c @@ -1515,20 +1524,6 @@ list(APPEND VNET_HEADERS list(APPEND VNET_API_FILES syslog/syslog.api) -############################################################################## -# PCI -############################################################################## - -list (APPEND VNET_SOURCES - pci/pci_types_api.c -) - -list(APPEND VNET_HEADERS - pci/pci_types_api.h -) - -list(APPEND VNET_API_FILES pci/pci_types.api) - ############################################################################## # Tunnel Endpoint Information Base ##############################################################################