X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Facl%2FCMakeLists.txt;fp=src%2Fplugins%2Facl%2FCMakeLists.txt;h=1bb60d94fbe26bed18daa27463e4ee255d0fcec3;hp=c43dd23ea51ed3e807ab5421b1cf4e36b4297847;hb=dcb5eb5a18bf42cb4d39ae29822664f2cb57622c;hpb=7c2a3357f32ae02bcc20cdad6d87beda39f71d31 diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index c43dd23ea51..1bb60d94fbe 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -30,4 +30,15 @@ add_vpp_plugin(acl 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 )