This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Installing header files
- To: automake at gnu dot org
- Subject: Installing header files
- From: Olefirenko Alexander <bofh at rbc dot ru>
- Date: Mon, 6 Aug 2001 13:06:34 +0400
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: RBC Co.
- Reply-To: bofh at rbc dot ru
Hello !
I need to install header files as they are in source tree :
src
src/config
src/parser and so on.
prefix is /usr/local
so i want files from src to be installed to /usr/local/include
from src/config /usr/local/include/config and so on ...