aboutsummaryrefslogtreecommitdiff
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/meson.build b/example/meson.build
index b6f4418..13dae10 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -2,7 +2,7 @@
# (even though this isn't actually Python code)
examples = [ 'passthrough', 'passthrough_fh',
- 'null', 'hello', 'hello_ll',
+ 'null', 'hello', 'hello_ll', 'printcap',
'ioctl', 'ioctl_client', 'poll_client',
'cuse', 'cuse_client' ]