X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_lpm%2Fmeson.build;h=021ac6d8d4e40a9b9c6aaf4478963cb25dd23829;hb=35a7fe80c29446eab49ffd7e81a4f610fd1f98ce;hp=a7c7fa7ae490e7c3a536851f027af72b03a4eb1a;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/lib/librte_lpm/meson.build b/lib/librte_lpm/meson.build index a7c7fa7ae4..021ac6d8d4 100644 --- a/lib/librte_lpm/meson.build +++ b/lib/librte_lpm/meson.build @@ -1,10 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 2 sources = files('rte_lpm.c', 'rte_lpm6.c') headers = files('rte_lpm.h', 'rte_lpm6.h') # since header files have different names, we can install all vector headers # without worrying about which architecture we actually need headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h') -deps += ['compat'] +deps += ['hash']