X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Facl%2FCMakeLists.txt;h=1bb60d94fbe26bed18daa27463e4ee255d0fcec3;hb=dcb5eb5a18bf42cb4d39ae29822664f2cb57622c;hp=0977129bafd4b142041647816ca2b56f091a0f5b;hpb=33a58171e5995d9e649b414bfc77f2aab26e4c58;p=vpp.git diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 0977129bafd..1bb60d94fbe 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -18,9 +18,11 @@ add_vpp_plugin(acl lookup_context.c sess_mgmt_node.c dataplane_node.c + dataplane_node_nonip.c MULTIARCH_SOURCES dataplane_node.c + dataplane_node_nonip.c API_FILES acl.api @@ -30,7 +32,13 @@ add_vpp_plugin(acl acl_test.c INSTALL_HEADERS - acl_all_api_h.h - acl_msg_enum.h - manual_fns.h + exports.h + exported_types.h + acl.h + fa_node.h + public_inlines.h + types.h + hash_lookup_types.h + lookup_context.h + hash_lookup_private.h )