[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subdirs of pkgincludedir
From: |
Lars J. Aas |
Subject: |
Re: Subdirs of pkgincludedir |
Date: |
Sun, 15 Apr 2001 18:39:18 +0200 |
User-agent: |
Mutt/1.2.5i |
On Sun, Apr 15, 2001 at 05:12:18PM +0100, Vaclav Barta wrote:
: in a tree paralleling the namespace structure - that is, I want to
: install headers into *subdirectories* of some include directory -
: preferably pkgincludedir. Is it possible to do that with automake
: 1.4?
something1incdir = $(includedir)/dir1
something1inc_HEADERS = header1.h header2.h ...
something2incdir = $(includedir)/dir2
something2inc_HEADERS = header3.h header4.h ...
...
Lars J