TCP source address automation
[vpp.git] / src / vnet.am
index ede0376..9821069 100644 (file)
@@ -466,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                    \
@@ -485,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
 ########################################