eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / common / meson.build
index 98e8fff..70bd854 100644 (file)
@@ -34,7 +34,9 @@ if is_windows
                'rte_malloc.c',
                'eal_common_timer.c',
                'rte_random.c',
+               'rte_reciprocal.c',
                'rte_service.c',
+               'rte_version.c',
        )
        subdir_done()
 endif
@@ -78,6 +80,7 @@ sources += files(
        'rte_random.c',
        'rte_reciprocal.c',
        'rte_service.c',
+       'rte_version.c',
 )
 
 if is_linux