eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / common / meson.build
index dc9b1d2..70bd854 100644 (file)
@@ -3,6 +3,8 @@
 
 includes += include_directories('.')
 
+cflags += [ '-DABI_VERSION="@0@"'.format(abi_version) ]
+
 if is_windows
        sources += files(
                'eal_common_bus.c',
@@ -14,6 +16,7 @@ if is_windows
                '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',
@@ -30,6 +33,10 @@ if is_windows
                'malloc_heap.c',
                'rte_malloc.c',
                'eal_common_timer.c',
+               'rte_random.c',
+               'rte_reciprocal.c',
+               'rte_service.c',
+               'rte_version.c',
        )
        subdir_done()
 endif
@@ -73,6 +80,7 @@ sources += files(
        'rte_random.c',
        'rte_reciprocal.c',
        'rte_service.c',
+       'rte_version.c',
 )
 
 if is_linux