This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]