examples: fix flattening directory layout on install
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 12 Nov 2020 09:41:39 +0000 (09:41 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Nov 2020 18:33:06 +0000 (19:33 +0100)
commite5b95003f1df2ac65cbd11e642b1d6a91bd1058a
tree4161e8bfebe9972ad5086b274e231d06ee16f9bd
parent4630290af46ed44a58515067b6d2add9c044252a
examples: fix flattening directory layout on install

By installing the examples one-by-one in a loop in the examples
meson.build file we effectively flattened out the structure of the examples
folder and omitted some common and shared subfolders that were never
directly built.  Instead, we can remove the loop and just have the whole
"examples" folder installed as-is in a single statement, preserving its
directory structure, and thereby fixing the build of a number of the
examples.

Fixes: 2daf565f91b5 ("examples: install as part of ninja install")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/meson.build
meson.build