X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeson.build;h=e8c3e53ff8232a0ec25dcb10905e1117d984ad40;hb=e62fd508158749a0d55eae06c2e361df5d6da6e0;hp=d96dd71b4a3b7274a5e7b9ef7c3919f920d1dc60;hpb=0fe69908838248c28624beb540257892db6bdcbd;p=tinc diff --git a/src/meson.build b/src/meson.build index d96dd71b..e8c3e53f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -73,8 +73,11 @@ endif check_functions = [ 'asprintf', 'daemon', + 'explicit_bzero', + 'explicit_memset', 'fchmod', 'gettimeofday', + 'memset_s', 'mlockall', 'putenv', 'strsignal', @@ -103,12 +106,14 @@ subdir('chacha-poly1305') src_lib_common = [ 'conf.c', + 'console.c', 'dropin.c', 'keys.c', 'list.c', 'logger.c', 'names.c', 'netutl.c', + 'pidfile.c', 'script.c', 'splay_tree.c', 'sptps.c', @@ -152,6 +157,7 @@ src_tincd = [ 'protocol_key.c', 'protocol_misc.c', 'protocol_subnet.c', + 'proxy.c', 'raw_socket_device.c', 'route.c', 'subnet.c',