summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-09-23 15:05:51 +0200
committerAkim Demaille <demaille@gostai.com>2008-11-15 10:39:38 +0100
commit6a5aa0cdbb6468a33a3c131a6fca0cbba1e6ccfa (patch)
treef07f861bac1280c8386d70fcdb1c0a9b7f2f2bdc /Makefile.am
parent7cb794dcdddf4a4e20c5355d1912600889e5d1b6 (diff)
downloadbison-6a5aa0cdbb6468a33a3c131a6fca0cbba1e6ccfa.tar.gz
Remove data/Makefile.am.
* data/Makefile.am: Rename as... * data/local.mk: this. Adjust paths. * Makefile.am, configure.ac: Adjust.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 188a0e3e..dd20d5d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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