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 <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
This commit is contained in:
Bruce Richardson 2017-11-03 17:26:45 +00:00
parent 610beca42e
commit 029ea64575

View File

@ -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',