ikev2: add support for custom ipsec-over-udp port
[vpp.git] / src / plugins / lacp / CMakeLists.txt
index f6a30a7..a6be5ef 100644 (file)
@@ -26,10 +26,17 @@ add_vpp_plugin(lacp
 
   API_FILES
   lacp.api
-)
 
-add_vpp_api_test_plugin(lacp_test
-  lacp.api
+  INSTALL_HEADERS
+  protocol.h
+  machine.h
+  rx_machine.h
+  tx_machine.h
+  mux_machine.h
+  ptx_machine.h
+  node.h
+
+  API_TEST_SOURCES
   lacp_test.c
 )