Split event.c into per-API files
[tinc] / src / windows / meson.build
index 8766bc1..40f7013 100644 (file)
@@ -14,5 +14,10 @@ foreach libname : win_common_libs
   deps_common += dep
 endforeach
 
-src_tincd += files('device.c')
+src_lib_common += files('random.c')
+
+src_tincd += files(
+  'device.c',
+  'event.c',
+)