eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / common / meson.build
index 9f32262..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',
@@ -31,7 +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
@@ -75,6 +80,7 @@ sources += files(
        'rte_random.c',
        'rte_reciprocal.c',
        'rte_service.c',
+       'rte_version.c',
 )
 
 if is_linux