in my C project I've referenced xmlrpc-c library from sourceforge.net in order to use xmlrpc-client.
my question is how can I distribute this library so other users don't need to download/install package from internet.
If its possible that I can distribute it with my .so file - it will be best.