finch/meson.build

branch
meson
changeset 38470
c6e12d79611c
parent 38462
995638b4ec74
child 38472
1f332f8141f4
--- 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')

mercurial