diff options
author | Florin Coras <fcoras@cisco.com> | 2017-08-23 11:24:02 -0700 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2017-08-23 11:25:10 -0700 |
commit | c940f095f63685f880c66e60b2850002c603b16a (patch) | |
tree | d9d7f71f62dfd0759b2b3cb521c1aa84a1a621ca /src | |
parent | af3d9771dbf89087d3e8bed11aca0a2efa5d7bc8 (diff) |
tcp: add tcp.api.h to nobase include
Change-Id: Idcd78a21f4f2b6c1223123b5cc50a470ccd57e83
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet.am b/src/vnet.am index 182ec1f4047..055d3a7f906 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -484,7 +484,8 @@ nobase_include_HEADERS += \ vnet/tcp/tcp_packet.h \ vnet/tcp/tcp_timer.h \ vnet/tcp/tcp_debug.h \ - vnet/tcp/tcp.h + vnet/tcp/tcp.h \ + vnet/tcp/tcp.api.h API_FILES += vnet/tcp/tcp.api |