l2e: remove api boilerplate
[vpp.git] / src / plugins / l2e / CMakeLists.txt
index e063f7d..2bfb05a 100644 (file)
 
 add_vpp_plugin(l2e
   SOURCES
+  l2e_node.c
   l2e_api.c
   l2e.c
 
+  MULTIARCH_SOURCES
+  l2e_node.c
+
   API_FILES
   l2e.api
 
   INSTALL_HEADERS
   l2e.h
-  l2e_all_api_h.h
-  l2e_msg_enum.h
 )