X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2Fmeson.build;h=f799349b3ef871e8251f3c04525cee0286f5f5d3;hb=a0e437cc655f1f557d2b1fecfe3f50c6e70e7336;hp=d3ea1feb5b3e78334c52a1fbb9c9ea4707690b0e;hpb=8f0e4d6a78a52e929aa4852bf94601ce7dc2199f;p=dpdk.git diff --git a/lib/librte_net/meson.build b/lib/librte_net/meson.build index d3ea1feb5b..f799349b3e 100644 --- a/lib/librte_net/meson.build +++ b/lib/librte_net/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 1 -allow_experimental_apis = true headers = files('rte_ip.h', 'rte_tcp.h', 'rte_udp.h', @@ -11,9 +9,13 @@ headers = files('rte_ip.h', 'rte_icmp.h', 'rte_arp.h', 'rte_ether.h', + 'rte_vxlan.h', 'rte_gre.h', + 'rte_gtp.h', 'rte_net.h', - 'rte_net_crc.h') + 'rte_net_crc.h', + 'rte_mpls.h', + 'rte_higig.h') -sources = files('rte_arp.c', 'rte_net.c', 'rte_net_crc.c') +sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c') deps += ['mbuf']