X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2Fmeson.build;h=441678bbe5c797903da889780fe72d90ca0d1a3f;hb=92d55afe0ffa8e98cee454fa2c6f60c6bec81f04;hp=2b0a25036125381fe131a60eef688103ace49f77;hpb=78d44153de8f7041ff35cb2c676fac8b9488f753;p=dpdk.git diff --git a/examples/helloworld/meson.build b/examples/helloworld/meson.build index 2b0a250361..441678bbe5 100644 --- a/examples/helloworld/meson.build +++ b/examples/helloworld/meson.build @@ -8,5 +8,5 @@ allow_experimental_apis = true sources = files( - 'main.c' + 'main.c', )