net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / meson.build
index 78c0f03..c58da8c 100644 (file)
@@ -1,7 +1,9 @@
+
 # 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',
@@ -12,7 +14,16 @@ headers = files('rte_ip.h',
        'rte_ether.h',
        'rte_gre.h',
        'rte_net.h',
-       'rte_net_crc.h')
+       'rte_net_crc.h',
+       'rte_ip_compat.h',
+       'rte_tcp_compat.h',
+       'rte_udp_compat.h',
+       'rte_esp_compat.h',
+       'rte_sctp_compat.h',
+       'rte_icmp_compat.h',
+       'rte_arp_compat.h',
+       'rte_ether_compat.h',
+       'rte_gre_compat.h')
 
 sources = files('rte_arp.c', 'rte_net.c', 'rte_net_crc.c')
 deps += ['mbuf']