aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_table/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_table/meson.build')
-rw-r--r--lib/librte_table/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librte_table/meson.build b/lib/librte_table/meson.build
index 8b2f8413..6ae3cd6c 100644
--- a/lib/librte_table/meson.build
+++ b/lib/librte_table/meson.build
@@ -19,6 +19,8 @@ headers = files('rte_table.h',
'rte_table_lpm_ipv6.h',
'rte_table_hash.h',
'rte_table_hash_cuckoo.h',
+ 'rte_table_hash_func.h',
+ 'rte_table_hash_func_arm64.h',
'rte_lru.h',
'rte_table_array.h',
'rte_table_stub.h')