Restructure some files in LB to src/vnet to reuse
[vpp.git] / src / vnet.am
index a4817f2..bd7efb2 100644 (file)
@@ -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
 
 ########################################