numam-dpdk/lib/librte_lpm
Bruce Richardson a4b3d0092c lpm: install vector header files with meson
The main rte_lpm.h header file also includes architecture specific headers,
depending on the architecture on which it is used. These also need to be
installed into the include directory as part of the "ninja install"
process. Thankfully, since the vector headers all have different names we
can just install all 3 of them in all cases, which avoids conflicts or
issues with multi-architecture installs, or the need to use
architecture-specific subdirectories.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build lpm: install vector header files with meson 2018-01-30 21:58:59 +01:00
rte_lpm6.c lib: remove unnecessary pointer cast 2018-01-16 01:53:35 +01:00
rte_lpm6.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_lpm_altivec.h lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm_neon.h update Cavium Inc copyright headers 2017-07-08 17:43:49 +02:00
rte_lpm_sse.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_lpm_version.map lpm6: extend next hop field 2017-03-15 18:49:41 +01:00
rte_lpm.c lib: remove unnecessary pointer cast 2018-01-16 01:53:35 +01:00
rte_lpm.h lib: fix missing includes in exported headers 2018-01-17 00:31:05 +01:00