X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fflow_classify%2Fmeson.build;h=3bb861c68fb59847ddd7483661358843e52226b8;hb=ec487c189686ee9b3b7551d3aca138cec3f91e74;hp=a7a5b3d577a71d2b5458774df9665e2e6975bf21;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/flow_classify/meson.build b/lib/flow_classify/meson.build index a7a5b3d577..3bb861c68f 100644 --- a/lib/flow_classify/meson.build +++ b/lib/flow_classify/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('rte_flow_classify.c', 'rte_flow_classify_parse.c') headers = files('rte_flow_classify.h') deps += ['net', 'table']