X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fhash%2Fmeson.build;h=2f757d45f9bc1df2449c311609769ef6e84d3aa4;hb=6de0ea50e9b9d0129079689be1e335d1ffbf17d3;hp=12b1afc1c6ce3a92c69814be518de395509ebf0c;hpb=4fd8c4cb0de198b405d6af4a31742d0982250bde;p=dpdk.git diff --git a/lib/hash/meson.build b/lib/hash/meson.build index 12b1afc1c6..2f757d45f9 100644 --- a/lib/hash/meson.build +++ b/lib/hash/meson.build @@ -11,6 +11,9 @@ headers = files( ) indirect_headers += files( 'rte_crc_arm64.h', + 'rte_crc_generic.h', + 'rte_crc_sw.h', + 'rte_crc_x86.h', 'rte_thash_x86_gfni.h', )