Skip to content

src/client/meson.build: Build client lib as a shared lib

Michael Gratton requested to merge mjog/747-dynamic-client-lib into mainline

Build the client library as a shared lib and install it, so that client GObjects aren't linked in twice to plugin libraries - once via the client and once via the plugin lib.

Fixes #747 (closed)

Merge request reports