mk: build with _GNU_SOURCE defined by default
[dpdk.git] / examples / ip_pipeline / meson.build
index 2366242..5e5fe64 100644 (file)
@@ -20,5 +20,7 @@ sources = files(
        'pipeline.c',
        'swq.c',
        'tap.c',
-       'tmgr.c'
+       'thread.c',
+       'tmgr.c',
+       'cryptodev.c'
 )