X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flacp%2FCMakeLists.txt;h=8e0e6076f300e062c3ee517c83886dc1f5b2a6c9;hb=e411d9d86f90c558fdff5a9b3bdbe939ecd0cf61;hp=0bd79e9800a690ad5d7329111f91857ce8adbd45;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index 0bd79e9800a..8e0e6076f30 100644 --- a/src/plugins/lacp/CMakeLists.txt +++ b/src/plugins/lacp/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(lacp_plugin - lacp.api +add_vpp_plugin(lacp + SOURCES lacp.c lacp_api.c selection.c @@ -23,10 +23,22 @@ add_vpp_plugin(lacp_plugin cli.c input.c node.c -) -add_vpp_api_test_plugin(lacp_test_plugin + API_FILES lacp.api + + INSTALL_HEADERS + protocol.h + 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 )