This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Generated headers that don't get installed
- To: automake at gnu dot org
- Subject: Generated headers that don't get installed
- From: Braden McDaniel <braden at endoframe dot com>
- Date: 16 Oct 2001 13:07:08 -0400
- List-Id: Discussion list for automake <automake.gnu.org>
I have some generated headers that should not be installed, and should
not be included in the distribution of my package.
BUILT_SOURCES doesn't work because these headers have dependecies in
SUBDIRS, and automake wants to built BUILT_SOURCES before building
SUBDIRS.
noinst_HEADERS keeps them from being installed, but they wind up in the
distribution.
So I tried nodist_noinst_HEADERS. This had the unexpected effect of
installing the headers in the root directory!
Any ideas for a way to do what I want here?
--
Braden McDaniel e-mail: <braden@endoframe.com>
<http://endoframe.com> Jabber: <braden@jabber.org>