johnwohlb...@gmail.com 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