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: <[EMAIL PROTECTED]> <http://endoframe.com> Jabber: <[EMAIL PROTECTED]>
