X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fhash%2Fmeson.build;h=2f757d45f9bc1df2449c311609769ef6e84d3aa4;hb=6de0ea50e9b9d0129079689be1e335d1ffbf17d3;hp=9bc5ef925ad30d260a5eb304d78870040b79aa23;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/hash/meson.build b/lib/hash/meson.build index 9bc5ef925a..2f757d45f9 100644 --- a/lib/hash/meson.build +++ b/lib/hash/meson.build @@ -7,8 +7,15 @@ headers = files( 'rte_hash.h', 'rte_jhash.h', 'rte_thash.h', + 'rte_thash_gfni.h', +) +indirect_headers += files( + 'rte_crc_arm64.h', + 'rte_crc_generic.h', + 'rte_crc_sw.h', + 'rte_crc_x86.h', + 'rte_thash_x86_gfni.h', ) -indirect_headers += files('rte_crc_arm64.h') sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c', 'rte_thash.c') deps += ['net']