summaryrefslogtreecommitdiff
path: root/examples/server_node_efd/efd_node
AgeCommit message (Collapse)Author
2023-06-22examples/server_node_efd: simplify build configurationDavid Marchand
The server_node_efd example contains various binaries whose sources are in sub directories that do not match their name. Rename sub directories in this example and stop overriding the binaries names in meson.build. This makes a next change easier in the build scripts used by CI. Signed-off-by: David Marchand <[email protected]> Acked-by: Bruce Richardson <[email protected]>