Subject: use shared library
Description: generate shared library instead of static library
Author: Olivier Sallou <osallou@debian.org>
Forwarded: no
Last-Updated: 2014-12-28
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,9 @@ dnl AC_PREFIX_DEFAULT(/usr/local/RNA)
 AM_SILENT_RULES([yes])
 AM_INIT_AUTOMAKE([1.11])
 
+LT_INIT([dlopen])
+AC_ENABLE_SHARED
+
 dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
 AC_CONFIG_HEADERS([config.h])
 
