From eb0c1149008f86cbe2101c9bcf64c6f0975031b5 Mon Sep 17 00:00:00 2001 From: Olli Salli Date: Thu, 15 Mar 2012 19:36:11 +0200 Subject: Build wocky and the plugins library as version-specific shared libraries Because they don't yet have a stable ABI. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 28fd4028..9420f0e1 100644 --- a/configure.ac +++ b/configure.ac @@ -310,7 +310,7 @@ AM_CONDITIONAL(ENABLE_PLUGIN_API, test x$enable_plugin_api = xyes) # submodule's configure. prev_ac_configure_args=$ac_configure_args -ac_configure_args="$ac_configure_args --with-installed-headers=${wocky_install_headers_dir}" +ac_configure_args="$ac_configure_args --with-installed-headers=${wocky_install_headers_dir} --enable-shared-suffix=${PACKAGE}-${VERSION}" if test "x$ENABLE_CODING_STYLE_CHECKS" = xyes ; then ac_configure_args+=" --enable-coding-style-checks" -- cgit v1.2.1