X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2FCMakeLists.txt;h=738154a16c7339dfb286a4726911916364691f7c;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=a9e9bd6269205192c9cb4452f7c7308ed7db028e;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/gbp/CMakeLists.txt b/src/plugins/gbp/CMakeLists.txt index a9e9bd62692..738154a16c7 100644 --- a/src/plugins/gbp/CMakeLists.txt +++ b/src/plugins/gbp/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(gbp_plugin - gbp.api +add_vpp_plugin(gbp + SOURCES gbp_subnet.c gbp_contract.c gbp_endpoint.c @@ -24,4 +24,7 @@ add_vpp_plugin(gbp_plugin gbp_fwd.c gbp_fwd_dpo.c gbp_api.c + + API_FILES + gbp.api )