[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reminder: Alternative library install path
From: |
Ralf Corsepius |
Subject: |
Re: Reminder: Alternative library install path |
Date: |
17 Aug 2003 08:29:39 +0200 |
On Sun, 2003-08-17 at 07:56, Stephen Torri wrote:
>
> So for example the libraries are installed now to /usr/local/lib. So I
> would want to do /usr/local/lib/PACKAGE_NAME/MODULE_TYPE. I hope that is
> clear enough since I am writing this email being very tired.
mylibdir = $(libdir)/PACKAGE_NAME/MODULE_TYPE
mylib_LIBRARIES = libfoo.a
Ralf