X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;fp=examples%2Fip_pipeline%2Fmeson.build;h=5e5fe6479d5fcebce37dc6dd33f1d880c07ad7ac;hb=8d01b9cd70a67cdafd5b965a70420c3bd7fb3f82;hp=a9f2ea447a825270601cba7143f93da892f173be;hpb=b63264c8342e6a1b6971c79550d2af2024b6a4de;p=deb_dpdk.git 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' )