Hi everybody,

I have an application which uses the autotools and everything is fine.
However, my application supports dynamically loadable plugins, and the
problem is that these plugins are linked against the same libraries as the
whole application. Generally, plugins just need few libraries, not all the
libraries the application itself requires.

For example, my application needs lots of libs (X, Gtk, XML ....), but
protocol plugins need only to be linked against some of them (e.g.
bluetooth, no need for Gtk, XML ...).

How to make configure script generate the right LIBS for the plugins in the
configure.ac file ?

Thanks. SOrry for my English
-- 
View this message in context: 
http://www.nabble.com/Configure-specific-to-plugins-tf4614171.html#a13176991
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to