aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/meson.build b/example/meson.build
index 2342df9..e641543 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -1,7 +1,7 @@
examples = [ 'passthrough', 'passthrough_fh',
- 'hello', 'hello_ll', 'printcap',
- 'ioctl_client', 'poll_client', 'ioctl',
- 'cuse', 'cuse_client' ]
+ 'hello', 'hello_ll', 'hello_ll_uds',
+ 'printcap', 'ioctl_client', 'poll_client',
+ 'ioctl', 'cuse', 'cuse_client' ]
if not platform.endswith('bsd') and platform != 'dragonfly'
examples += 'passthrough_ll'