This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
specifying include directory
- From: jtc at acorntoolworks dot com (J.T. Conklin)
- To: automake at gnu dot org
- Date: Wed, 11 Aug 2004 14:12:40 -0700
- Subject: specifying include directory
- Reply-to: jtc at acorntoolworks dot com
I've got a package which contains many libraries, each with headers
that should be installed a subdirectory of includedir. For example
in the Makefile.am for library "foo", I have:
include_HEADERS = foo.h ...
In the Makefile.am for library "bar", I have:
include_HEADERS = bar.h ...
I would like to install the headers in $(includedir)/foo and
$(includedir)/bar.
I think that explicitly setting installdir to @includedir@/foo, etc.
in the Makefile.am's will work --- but before I do that I thought I'd
ask whether there a recommended best practice for this?
--jtc
--
J.T. Conklin