X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeson.build;h=cc64628812e67474fd786c1acb4ccfc2ac37d6da;hb=c45a3fd7319d03bd147448a017f5aaed3b46fdfe;hp=564ef6fc9b69606c117660a0ba28ba572090b44b;hpb=4436af55e55e79b496264fe114039fbc1198d71f;p=tinc diff --git a/src/meson.build b/src/meson.build index 564ef6fc..cc646288 100644 --- a/src/meson.build +++ b/src/meson.build @@ -174,6 +174,12 @@ src_tincd = [ 'subnet.c', ] +src_event_select = files('event_select.c') + +if os_name != 'windows' + src_tincd += 'signal.c' +endif + cc_flags_tinc = cc_flags cc_flags_tincd = cc_flags @@ -358,10 +364,6 @@ endif subdir(opt_crypto) -if opt_crypto != 'openssl' - src_lib_crypto += 'crypto.c' -endif - if opt_crypto != 'nolegacy' src_lib_crypto += ['cipher.c', 'digest.c'] endif