aboutsummaryrefslogtreecommitdiff
path: root/example/meson.build
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
commit4eed36910fa73cfe3fe62530850d427e6841e14f (patch)
tree9436a1b6512db6fe164e609e356ec39da820c705 /example/meson.build
parentcdea3acc2b065a7da1ff96fbdaf9c854192c189b (diff)
Added examples/printcap
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' ]