From 4eed36910fa73cfe3fe62530850d427e6841e14f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 23 Aug 2017 23:39:27 +0200 Subject: Added examples/printcap --- example/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/meson.build') 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' ] -- cgit v1.2.3