eal: fix shared lib mode detection
[dpdk.git] / lib / librte_eal / common / meson.build
index 5f9032c..39abf7a 100644 (file)
@@ -3,16 +3,20 @@
 
 includes += include_directories('.')
 
+cflags += [ '-DABI_VERSION="@0@"'.format(abi_version) ]
+
 if is_windows
        sources += files(
                'eal_common_bus.c',
                'eal_common_class.c',
                'eal_common_config.c',
                'eal_common_debug.c',
+               'eal_common_dev.c',
                'eal_common_devargs.c',
                'eal_common_dynmem.c',
                'eal_common_errno.c',
                'eal_common_fbarray.c',
+               'eal_common_hexdump.c',
                'eal_common_launch.c',
                'eal_common_lcore.c',
                'eal_common_log.c',
@@ -29,6 +33,7 @@ if is_windows
                'malloc_heap.c',
                'rte_malloc.c',
                'eal_common_timer.c',
+               'rte_service.c',
        )
        subdir_done()
 endif