From: Bruce Richardson Date: Fri, 3 Nov 2017 17:26:45 +0000 (+0000) Subject: eal: fix list of source files in meson build X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=029ea64575b6ba8b7cac60b9d1ddd08cbbbb3737 eal: fix list of source files in meson build Header files should not be listed in the sources list. Fixes: 844514c73569 ("eal: build with meson") Signed-off-by: Bruce Richardson Acked-by: Luca Boccassi --- diff --git a/lib/librte_eal/common/meson.build b/lib/librte_eal/common/meson.build index 4a5a934a9d..63333db468 100644 --- a/lib/librte_eal/common/meson.build +++ b/lib/librte_eal/common/meson.build @@ -51,16 +51,8 @@ common_sources = files( 'eal_common_tailqs.c', 'eal_common_thread.c', 'eal_common_timer.c', - 'eal_filesystem.h', - 'eal_hugepages.h', - 'eal_internal_cfg.h', - 'eal_options.h', - 'eal_private.h', - 'eal_thread.h', 'malloc_elem.c', - 'malloc_elem.h', 'malloc_heap.c', - 'malloc_heap.h', 'rte_keepalive.c', 'rte_malloc.c', 'rte_reciprocal.c',