Switch to using a shared library instead of static
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Mar 2015 22:17:10 +0000 (22:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Mar 2015 22:19:00 +0000 (22:19 +0000)
commitfab582c4a857c52404f0209c7ede50c10bd490c9
tree5acb8451470dc95a915deab01d4ef81a31d0f9ed
parent25a46c76688cea71f66a3898b1565870a600e18d
Switch to using a shared library instead of static

When linking to static convenience libraries, the linker will
drop any .o files which are not referenced in the final
executable. This is despite the fact their symbols may be
exported for using by dynamically loaded plugins. Switch to
using a shared library so all code is guaranteed to be kept
available.
entangle.spec.in
src/Makefile.am