Remove examples/local.mk.

examples/calc++/Makefile.am might be interesting to keep as is, since
it is an example in itself.

	* examples/Makefile.am: Rename as...
	* examples/local.mk: this.
	Adjust.
	* Makefile.am, configure.ac: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 15:00:06 +02:00
parent 9a1e42148a
commit cd409e3b50
4 changed files with 19 additions and 10 deletions

View File

@@ -17,7 +17,10 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po runtime-po lib data src doc examples tests etc
SUBDIRS = po runtime-po lib data src doc tests etc
if BISON_CXX_WORKS
SUBDIRS += examples/calc++
endif
# Files installed for use by Automake.
aclocaldir = @aclocaldir@
@@ -31,6 +34,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
djgpp/fnchange.lst djgpp/testsuite.sed
include build-aux/local.mk
include examples/local.mk
.PHONY: maintainer-check
maintainer-check: