vhost: replace vDPA device ID in Vhost
[dpdk.git] / examples / l3fwd / meson.build
index cbef07f..7d72b1b 100644 (file)
@@ -6,8 +6,9 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['hash', 'lpm']
 allow_experimental_apis = true
+deps += ['hash', 'lpm', 'eventdev']
 sources = files(
-       'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c'
+       'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c',
+       'l3fwd_event_internal_port.c', 'l3fwd_event_generic.c', 'main.c'
 )