]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/meson.build
net/ice: clean input set macro definition
[dpdk.git] / lib / librte_lpm / meson.build
index f93c866409dad009c3582e7e1d5f78ea54bf4689..90cbf8646a4a9ceafc2caaea30760f02d1a41aba 100644 (file)
@@ -5,6 +5,6 @@ sources = files('rte_lpm.c', 'rte_lpm6.c')
 headers = files('rte_lpm.h', 'rte_lpm6.h')
 # since header files have different names, we can install all vector headers
 # without worrying about which architecture we actually need
-headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h', 'rte_lpm_sve.h')
+indirect_headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h', 'rte_lpm_sve.h')
 deps += ['hash']
 deps += ['rcu']