]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/meson.build
net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / meson.build
index d3ea1feb5b3e78334c52a1fbb9c9ea4707690b0e..c58da8cbc6bfbb12b1848a51da97d157f1285736 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']