aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_gso/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_gso/meson.build')
-rw-r--r--lib/librte_gso/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_gso/meson.build b/lib/librte_gso/meson.build
index 056534fb..ad8dd858 100644
--- a/lib/librte_gso/meson.build
+++ b/lib/librte_gso/meson.build
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-sources = files('gso_common.c', 'gso_tcp4.c',
+sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
'gso_tunnel_tcp4.c', 'rte_gso.c')
headers = files('rte_gso.h')
deps += ['ethdev']