X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d4977ce3e795d009defba84796c2e57861d7e715..e8cd1ad655bcc704b06fb2f191dc3ac1df32b796:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d0243d3f..e977fd54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = po runtime-po lib . +SUBDIRS = po runtime-po . if BISON_CXX_WORKS SUBDIRS += examples/calc++ endif @@ -31,6 +31,7 @@ EXTRA_DIST = .prev-version .version \ OChangeLog PACKAGING # Initialization before completion by local.mk's. +AM_CPPFLAGS = BUILT_SOURCES = DISTCLEANFILES = MOSTLYCLEANFILES = @@ -40,6 +41,7 @@ include djgpp/local.mk include doc/local.mk include etc/local.mk include examples/local.mk +include lib/local.mk include src/local.mk include tests/local.mk