Remove build-aux/Makefile.am.

Recursive Makefiles are really way too slow, let's get rid of some of
them.

	* build-aux/Makefile.am: Rename as...
	* build-aux/local.mk: this.
	Adjust paths.
	* Makefile.am, configure.ac: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 14:48:11 +02:00
parent 0634493cdd
commit 9a1e42148a
5 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
EXTRA_DIST = prev-version.txt cross-options.pl

3
build-aux/local.mk Normal file
View File

@@ -0,0 +1,3 @@
EXTRA_DIST += \
build-aux/prev-version.txt \
build-aux/cross-options.pl