diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-11-13 20:34:06 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-12-06 13:22:51 +0000 |
commit | bf4be5730557c4280f2f9f8b7ef1a194716c82bd (patch) | |
tree | 5e2297c4484902801cb3c04e316da4123a9bd3b3 /src/vnet.am | |
parent | 22229864cb6e30c9b75a9c36e4ffa8500c0cdc5f (diff) |
Restructure some files in LB to src/vnet to reuse
Change-Id: Ic8b193e93ce18ca82b294816aa7ee0ef31d64bc2
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/vnet.am')
-rw-r--r-- | src/vnet.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vnet.am b/src/vnet.am index a4817f2fc11..bd7efb24c4b 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -63,7 +63,8 @@ nobase_include_HEADERS += \ vnet/vnet.h \ vnet/vnet_all_api_h.h \ vnet/vnet_msg_enum.h \ - vnet/util/radix.h + vnet/util/radix.h \ + vnet/util/refcount.h API_FILES += vnet/interface.api @@ -1147,7 +1148,8 @@ nobase_include_HEADERS += \ ######################################## libvnet_la_SOURCES += \ - vnet/util/radix.c \ + vnet/util/radix.c \ + vnet/util/refcount.c \ vnet/util/trajectory.c ######################################## |