summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2012-03-15 19:36:11 +0200
committerOlli Salli <olli.salli@collabora.co.uk>2012-03-15 22:03:10 +0200
commiteb0c1149008f86cbe2101c9bcf64c6f0975031b5 (patch)
tree059f40bcc4ae9c960ad9e75516ba576ce140cb7e /configure.ac
parent98e6bd6646d30615678e6be401e71e27c328548e (diff)
downloadtelepathy-salut-eb0c1149008f86cbe2101c9bcf64c6f0975031b5.tar.gz
Build wocky and the plugins library as version-specific shared libraries
Because they don't yet have a stable ABI.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"