X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fmeson.build;h=a046b74adec38da8dfc270e6264a597801587119;hb=23742f21f74a9d8380367c39b8ee4561e6dd1526;hp=53a786eb48c7e38c02f634623c6bfa7a51e170b6;hpb=711d11c696d9cf2ef8ea9cd8405dc8484d3056d7;p=dpdk.git diff --git a/examples/meson.build b/examples/meson.build index 53a786eb48..a046b74ade 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -24,8 +24,13 @@ all_examples = [ 'l2fwd-keepalive', 'l3fwd', 'l3fwd-acl', 'l3fwd-power', 'l3fwd-vf', 'link_status_interrupt', - 'load_balancer', 'multi_process', - 'netmap_compat', 'packet_ordering', + 'load_balancer', + 'multi_process/client_server_mp/mp_client', + 'multi_process/client_server_mp/mp_server', + 'multi_process/hotplug_mp', + 'multi_process/simple_mp', + 'multi_process/symmetric_mp', + 'netmap_compat', 'ntb', 'packet_ordering', 'performance-thread', 'ptpclient', 'qos_meter', 'qos_sched', 'quota_watermark', 'rxtx_callbacks', @@ -60,9 +65,6 @@ if cc.has_argument('-Wno-format-truncation') default_cflags += '-Wno-format-truncation' endif -# specify -D_GNU_SOURCE unconditionally -default_cflags += '-D_GNU_SOURCE' - foreach example: examples name = example.split('/')[-1] build = true