net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / meson.build
index d3ea1fe..c58da8c 100644 (file)
@@ -1,3 +1,4 @@
+
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
@@ -13,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']