Hello!
I am quite new to Autotools, so please bear with me :-)
Although I'm quite sure it's a simple question I cannot find the answer,
not in the archives nor Google has given me anything usable:
How can I install a shared library libfoo.la in $(libdir)/bar ?
For static libraries I set
libfoodir = $(libdir)/bar
libfoo_LIBRARIES = libfoo.a
and libfoo.a is installed as $(prefix)/lib/bar/libfoo.a
How do I achieve that with shared libraries?
Any help is really greatly appreciated, I'm stuck on this for two days
now... :-/
regards,
Florian Schricker