New upstream version 18.02
[deb_dpdk.git] / lib / librte_gso / meson.build
diff --git a/lib/librte_gso/meson.build b/lib/librte_gso/meson.build
new file mode 100644 (file)
index 0000000..056534f
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+sources = files('gso_common.c', 'gso_tcp4.c',
+               'gso_tunnel_tcp4.c', 'rte_gso.c')
+headers = files('rte_gso.h')
+deps += ['ethdev']