examples/ip_pipeline: remove infra code
[dpdk.git] / examples / ip_pipeline / meson.build
index be3f3e5..063865c 100644 (file)
@@ -1,19 +1,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2018 Intel Corporation
 
 # meson file, for building this example as part of a main DPDK build.
 #
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['cfgfile', 'bus_pci']
+deps += ['pipeline', 'bus_pci']
 sources = files(
-       'config_check.c',
-       'config_parse.c',
-       'config_parse_tm.c',
-       'cpu_core_map.c',
-       'init.c',
        'main.c',
        'parser.c',
-       'thread.c',
 )