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]

Generated headers that don't get installed


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>



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