doc: update BlueField platform guide
[dpdk.git] / examples / meson.build
index f179955..46ec809 100644 (file)
@@ -47,13 +47,6 @@ all_examples = [
        'vm_power_manager/guest_cli',
        'vmdq', 'vmdq_dcb',
 ]
-# install all example code on install - irrespective of whether the example in
-# question is to be built as part of this build or not.
-foreach ex:all_examples
-       install_subdir(ex,
-                       install_dir: get_option('datadir') + '/dpdk/examples',
-                       exclude_files: 'meson.build')
-endforeach
 
 if get_option('examples') == ''
        subdir_done()