X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2FCMakeLists.txt;h=1bb60d94fbe26bed18daa27463e4ee255d0fcec3;hb=dcb5eb5a18bf42cb4d39ae29822664f2cb57622c;hp=2040522affd399a123d30091b51e49723b8f53e0;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 2040522affd..1bb60d94fbe 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -11,11 +11,34 @@ # 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 + dataplane_node_nonip.c + + MULTIARCH_SOURCES + dataplane_node.c + dataplane_node_nonip.c + + API_FILES + acl.api + acl_types.api + + API_TEST_SOURCES + acl_test.c + + INSTALL_HEADERS + 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 )