]> git.saurik.com Git - bison.git/blobdiff - Makefile.am
Remove data/Makefile.am.
[bison.git] / Makefile.am
index 188a0e3ec0cda77b4b5888e9eb9fec6bc1fd5454..dd20d5d04a82ce21a87d3b8ed59e06db2407cb78 100644 (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