--- a/finch/meson.build Mon Aug 29 02:32:05 2016 -0400 +++ b/finch/meson.build Mon Aug 29 03:27:27 2016 -0400 @@ -57,7 +57,8 @@ install_headers(libfinch_headers, subdir : 'finch') libfinch_inc = include_directories('.') - libfinch = static_library('finch', + # TODO: This doesn't quite match autotools' version. + libfinch = shared_library('finch', libfinch_SOURCES, c_args : '-DSTANDALONE', include_directories : [toplevel_inc], @@ -162,4 +163,4 @@ endif endif # ENABLE_GNT -#subdir('plugins') +subdir('plugins')