lpm: install vector header files with meson
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 12 Oct 2017 10:50:28 +0000 (11:50 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 20:58:59 +0000 (21:58 +0100)
commita4b3d0092c9ac4d3ae71077fc90f5f991d02f08e
tree44f98aa6febf4bd2ba38a62baf740436d523b260
parentf3eeed27ffe3b8521d45940df587385c50069056
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>
lib/librte_lpm/meson.build