This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Install question
- From: Patrick Guio <patrick dot guio at fys dot uio dot no>
- To: <automake at gnu dot org>
- Date: Tue, 22 Jan 2002 19:00:45 +0100 (CET)
- Subject: Install question
Dear all,
I have a hierarchy of directories from the $(top_srcdir) like
$(top_srcdir)/includes1, $(top_srcdir)/includes1/sub1,
$(top_srcdir)/includes1/sub2, $(top_srcdir)/includes2 which contains c++
includes which I want to install in $(includedir) like
$(includedir)/includes1, $(includedir)/includes1/sub1,
$(includedir)/includes1/sub2, $(includedir)/includes2
Which variableshall I use in each Makefile.am? nobase_include_HEADERS ?
include_HEADERS ? or something else?
Sincerely, Patrick