X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2FCMakeLists.txt;h=1779c49966bf9ada17c9a0a72ab3c0c791253785;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=2040522affd399a123d30091b51e49723b8f53e0;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 2040522affd..1779c49966b 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -11,11 +11,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(acl_plugin - acl.api +add_vpp_plugin(acl + SOURCES acl.c hash_lookup.c lookup_context.c sess_mgmt_node.c dataplane_node.c + + API_FILES + acl.api )