X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fparse-yaml%2Fmeson.build;h=519e944c2851ddcd638741afe0974f60e3f0bccd;hb=bfa98f93802bff755a024ee478b85756264f591b;hp=d6605c98e8bae4823e47197ebfa826f67ddaca3f;hpb=41bf1ba66e15c00f38375d05e49b31aa70f92349;p=protos%2Flibecoli.git diff --git a/examples/parse-yaml/meson.build b/examples/parse-yaml/meson.build index d6605c9..519e944 100644 --- a/examples/parse-yaml/meson.build +++ b/examples/parse-yaml/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018, Olivier MATZ -inc = include_directories('../../include') - parse_yaml_sources = [ 'parse-yaml.c', ]