test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_port / meson.build
index 3d7f309..609624c 100644 (file)
@@ -11,7 +11,8 @@ sources = files(
        'rte_port_source_sink.c',
        'rte_port_sym_crypto.c',
        'rte_port_eventdev.c',
-       'rte_swx_port_ethdev.c',)
+       'rte_swx_port_ethdev.c',
+       'rte_swx_port_source_sink.c',)
 headers = files(
        'rte_port_ethdev.h',
        'rte_port_fd.h',
@@ -24,14 +25,15 @@ headers = files(
        'rte_port_sym_crypto.h',
        'rte_port_eventdev.h',
        'rte_swx_port.h',
-       'rte_swx_port_ethdev.h',)
+       'rte_swx_port_ethdev.h',
+       'rte_swx_port_source_sink.h',)
 deps += ['ethdev', 'sched', 'ip_frag', 'cryptodev', 'eventdev']
 
 if dpdk_conf.has('RTE_PORT_PCAP')
        ext_deps += pcap_dep # dependency provided in config/meson.build
 endif
 
-if dpdk_conf.has('RTE_LIBRTE_KNI')
+if dpdk_conf.has('RTE_LIB_KNI')
        sources += files('rte_port_kni.c')
        headers += files('rte_port_kni.h')
        deps += 'kni'