examples/server_node_efd: add server binary to meson build
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Oct 2019 15:43:08 +0000 (16:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Oct 2019 16:25:22 +0000 (17:25 +0100)
commit32c97c80f2e383269de340efa2b622f24131aa82
tree713a6f7e97ef993497fd731c9a754ffa724f1432
parent6186dea09caa72af7192920301124fc08ffd7924
examples/server_node_efd: add server binary to meson build

When adding to the build, add in two missing includes that prevented build
on freebsd, rather than just duplicating the makefile restriction.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
examples/meson.build
examples/server_node_efd/server/main.c
examples/server_node_efd/server/meson.build [new file with mode: 0644]