acl: rework headers to enable out-of-tree usage
[vpp.git] / src / plugins / acl / CMakeLists.txt
index 78cc818..1bb60d9 100644 (file)
@@ -32,5 +32,13 @@ add_vpp_plugin(acl
   acl_test.c
 
   INSTALL_HEADERS
-  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
 )