From 18c458ebcf6f5b1dbf1943517819146e5afe0fc6 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 13 Jul 2018 19:17:57 +0200 Subject: vppinfra: add missing header file to install list Change-Id: I1f82c40f9f927296d5d439b0db70a70ef803cf3c Signed-off-by: Damjan Marion --- src/vppinfra.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vppinfra.am b/src/vppinfra.am index 66c2ad2a9fc..e751de27ae9 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -205,6 +205,7 @@ nobase_include_HEADERS = \ vppinfra/bihash_vec8_8.h \ vppinfra/bihash_16_8.h \ vppinfra/bihash_24_8.h \ + vppinfra/bihash_40_8.h \ vppinfra/bihash_48_8.h \ vppinfra/bihash_template.h \ vppinfra/bihash_template.c \ -- cgit 1.2.3-korg