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 [EMAIL PROTECTED]
