This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
installing headers
- From: Enrico Ng <enrico at fnal dot gov>
- To: automake at gnu dot org
- Date: Tue, 25 Jun 2002 17:34:58 -0500
- Subject: installing headers
I would like to have automake install the header files in my include
folder when I run "make install"
This works if I use "include_HEADERS".
The problem is that I must list EACH file seperately.
It will not let me just say include because it gives me an error message
saying its a directory.
Is there some other way I can have my header files installed?
Thanx,
Enrico Ng <enrico@fnal.gov>