automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installation directory of shared library


From: Florian Schricker
Subject: Installation directory of shared library
Date: Sat, 21 Jan 2006 14:32:59 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]