]> git.droids-corp.org - dpdk.git/blobdiff - examples/pipeline/meson.build
fib: promote API to stable
[dpdk.git] / examples / pipeline / meson.build
index 1ebef3a9d4d3a9b28b55cd3cb7590de30e4de95f..50103f2e0156bb8e79ca04295096579ebd6838e1 100644 (file)
@@ -7,10 +7,16 @@
 # DPDK instance, use 'make'
 
 build = cc.has_header('sys/epoll.h')
+if not build
+    subdir_done()
+endif
+
 deps += ['pipeline', 'bus_pci']
 allow_experimental_apis = true
 sources = files(
-       'main.c',
-       'obj.c',
-       'thread.c',
+        'cli.c',
+        'conn.c',
+        'main.c',
+        'obj.c',
+        'thread.c',
 )