X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fabf%2FCMakeLists.txt;h=5db975771a4898ac64bcbf98feb2f5881d264bd4;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=2bb90e272eeb3b8abbfa5c077d2a68514f7db606;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/abf/CMakeLists.txt b/src/plugins/abf/CMakeLists.txt index 2bb90e272ee..5db975771a4 100644 --- a/src/plugins/abf/CMakeLists.txt +++ b/src/plugins/abf/CMakeLists.txt @@ -11,9 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(abf_plugin - abf.api +add_vpp_plugin(abf + SOURCES abf_api.c abf_itf_attach.c abf_policy.c + + API_FILES + abf.api )