automake
[Top][All Lists]
Advanced

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

Re: vpath builds and nobase_include_HEADERS


From: Peter Johansson
Subject: Re: vpath builds and nobase_include_HEADERS
Date: Fri, 05 Jun 2009 11:01:08 -0400
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

address@hidden wrote:
Thanks very much for the help Peter. The goal is to have the headers installed and preserve the directory structure of the src. ie, after make install
@prefix@/include/comp1/
comp1.hh
processed.hh
@prefix@/include/comp2/
comp2.hh

I haven't yet looked at your modifications to see if this is the case, and I may not get a chance to for a few days. Thanks again for looking at it!
No, that was not the case, but you can achieve that by replacing

nobase_include_HEADERS = \

with

include_comp1dir = $(includedir)/comp1
include_comp1_HEADERS = \


and likewise in comp2/Makefile.am

Cheers,
Peter

--
Peter Johansson

svndigest maintainer, http://dev.thep.lu.se/svndigest
yat maintainer,       http://dev.thep.lu.se/yat





reply via email to

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