X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;h=e87581126b86401817b7d836c39362eaf51c5e80;hb=2f74ae28e23f441c6f51241b4f3ea1c9b8b15812;hp=cb2154c29f59fa0298f2d9974d9817c1e8f2d26c;hpb=25961ff3bcb9ae8d7a46305a1565a33438333b7a;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index cb2154c29f..e87581126b 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -15,5 +15,6 @@ sources = files( 'mempool.c', 'parser.c', 'swq.c', + 'tap.c', 'tmgr.c' )