MAP: Use explicit address/prefix types in API
[vpp.git] / src / plugins / lacp / CMakeLists.txt
index f6a30a7..fd0413c 100644 (file)
@@ -26,10 +26,18 @@ add_vpp_plugin(lacp
 
   API_FILES
   lacp.api
-)
 
-add_vpp_api_test_plugin(lacp_test
-  lacp.api
+  INSTALL_HEADERS
+  machine.h
+  rx_machine.h
+  tx_machine.h
+  mux_machine.h
+  ptx_machine.h
+  node.h
+  lacp_all_api_h.h
+  lacp_msg_enum.h
+
+  API_TEST_SOURCES
   lacp_test.c
 )