TCP source address automation
[vpp.git] / src / vnet.am
index 060e3f3..9821069 100644 (file)
@@ -115,6 +115,7 @@ libvnet_la_SOURCES +=                               \
  vnet/ethernet/pg.c                            \
  vnet/ethernet/sfp.c                           \
  vnet/ethernet/p2p_ethernet.c                  \
+ vnet/ethernet/p2p_ethernet_input.c            \
  vnet/ethernet/p2p_ethernet_api.c
 
 nobase_include_HEADERS +=                      \
@@ -465,6 +466,7 @@ endif
 # Layer 4 protocol: tcp
 ########################################
 libvnet_la_SOURCES +=                          \
+ vnet/tcp/tcp_api.c                            \
  vnet/tcp/tcp_format.c                         \
  vnet/tcp/tcp_pg.c                             \
  vnet/tcp/tcp_syn_filter4.c                    \
@@ -474,6 +476,7 @@ libvnet_la_SOURCES +=                               \
  vnet/tcp/builtin_client.c                     \
  vnet/tcp/builtin_server.c                     \
  vnet/tcp/builtin_http_server.c                        \
+ vnet/tcp/builtin_proxy.c                      \
  vnet/tcp/tcp_test.c                           \
  vnet/tcp/tcp.c
 
@@ -483,6 +486,8 @@ nobase_include_HEADERS +=                   \
  vnet/tcp/tcp_debug.h                          \
  vnet/tcp/tcp.h
 
+API_FILES += vnet/tcp/tcp.api
+
 ########################################
 # Layer 4 protocol: udp
 ########################################