Split event.c into per-API files
[tinc] / src / bsd / meson.build
index e6062dc..cc29479 100644 (file)
@@ -13,6 +13,10 @@ check_functions += [
 
 src_tincd += files('device.c')
 
+if os_name != 'darwin'
+  src_tincd += files('event.c')
+endif
+
 if os_name in ['openbsd', 'darwin']
   subdir(os_name)
 endif