This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
EXTRA_HEADERS versus make dist [test]
- To: automake at gnu dot org
- Subject: EXTRA_HEADERS versus make dist [test]
- From: Kevin Ryde <user42 at zip dot com dot au>
- Date: 26 May 2001 07:26:25 +1000
- List-Id: Discussion list for automake <automake.gnu.org>
In 1.4f files given as
EXTRA_HEADERS = foo.h
don't get into a "make dist". Is this meant to work? It did in
recent cvs versions but I guess noinst_HEADERS might be the right way
to do it. A bit of a test below if it is meant to work.
EXTRA_HEADERS also don't seem to get into $(HEADERS) for TAGS etc, but
that might have been so for a while, and perhaps is intentional.
* tests/distheaders.test: New file, derived from distname.test.
* tests/Makefile.am (TESTS): Add it.
distheaders.test