Remove data/Makefile.am.

* data/Makefile.am: Rename as...
	* data/local.mk: this.
	Adjust paths.
	* Makefile.am, configure.ac: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 15:05:51 +02:00
parent 7cb794dcdd
commit 6a5aa0cdbb
4 changed files with 32 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po runtime-po lib data src doc tests
SUBDIRS = po runtime-po lib src doc tests
if BISON_CXX_WORKS
SUBDIRS += examples/calc++
endif
@@ -34,6 +34,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
djgpp/fnchange.lst djgpp/testsuite.sed
include build-aux/local.mk
include data/local.mk
include etc/local.mk
include examples/local.mk