X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flacp%2FCMakeLists.txt;h=f6a30a711aeb6be8a9f30600acc8cb22a7e90894;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=0bd79e9800a690ad5d7329111f91857ce8adbd45;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index 0bd79e9800a..f6a30a711ae 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,9 +23,12 @@ add_vpp_plugin(lacp_plugin cli.c input.c node.c + + API_FILES + lacp.api ) -add_vpp_api_test_plugin(lacp_test_plugin +add_vpp_api_test_plugin(lacp_test lacp.api lacp_test.c )