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