aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ip_pipeline/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ip_pipeline/meson.build')
-rw-r--r--examples/ip_pipeline/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build
index a9f2ea44..5e5fe647 100644
--- a/examples/ip_pipeline/meson.build
+++ b/examples/ip_pipeline/meson.build
@@ -21,5 +21,6 @@ sources = files(
'swq.c',
'tap.c',
'thread.c',
- 'tmgr.c'
+ 'tmgr.c',
+ 'cryptodev.c'
)