Show DPDK EAL cmdline args in 'show version verbose'
[vpp.git] / vnet / Makefile.am
index bb138e6..44ce107 100644 (file)
@@ -191,9 +191,20 @@ libvnet_la_SOURCES +=                              \
 
 nobase_include_HEADERS +=                      \
   vnet/vxlan/vxlan.h                           \
-  vnet/vxlan/vxlan_packet.h         \
+  vnet/vxlan/vxlan_packet.h                    \
   vnet/vxlan/vxlan_error.def
 
+########################################
+# Layer 2 / CDP
+########################################
+libvnet_la_SOURCES +=                          \
+  vnet/cdp/cdp_input.c                         \
+  vnet/cdp/cdp_node.c                          \
+  vnet/cdp/cdp_periodic.c      
+
+nobase_include_HEADERS +=                      \
+  vnet/cdp/cdp_protocol.h
+
 ########################################
 # Layer 2/3 "classify"
 ########################################