[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reminder: Alternative library install path
From: |
moseley |
Subject: |
Re: Reminder: Alternative library install path |
Date: |
Sat, 16 Aug 2003 23:19:49 -0700 |
User-agent: |
Mutt/1.5.4i |
On Sun, Aug 17, 2003 at 12:56:09AM -0500, Stephen Torri wrote:
> I cannot remember for the life of me where I found something that told
> me how to setup my Makefile.am so that I could add an additional string
> to the install path of a library. I am creating many modules for a
> program and it would be nice to use a series of subdirectories.
Is "nobase_" what you are after? I use that to install a number of
files that are built in a tree of directories.
I also use something like:
exampledir = $(datadir)/doc/$(PACKAGE)/examples
example_DATA = README
--
Bill Moseley
address@hidden