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