Split event.c into per-API files
[tinc] / src / solaris / meson.build
index f657428..6247af2 100644 (file)
@@ -1,2 +1,7 @@
-src_tincd += files('device.c')
+src_tincd += [
+  files('device.c'),
+  src_event_select,
+]
+
+deps_common += cc.find_library('libsocket')