summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-10-14 15:00:12 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-10-15 21:50:46 -0700
commit3fa6f4b4c400c7354e05ac7bae128d4d9ee30e5c (patch)
treec6b3f39e51aeaf6ff04061bb264211086e7e3fcc /Makefile.in
parent60d9e17f3719eca2eb4531f9f01976b1e26c411b (diff)
downloadtmwa-3fa6f4b4c400c7354e05ac7bae128d4d9ee30e5c.tar.gz
tmwa-3fa6f4b4c400c7354e05ac7bae128d4d9ee30e5c.tar.bz2
tmwa-3fa6f4b4c400c7354e05ac7bae128d4d9ee30e5c.tar.xz
tmwa-3fa6f4b4c400c7354e05ac7bae128d4d9ee30e5c.zip
Add infrastructure for debug pretty printers
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 77c9873..1030212 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,6 +27,7 @@ HTMLDIR = @HTMLDIR@
DVIDIR = @DVIDIR@
PDFDIR = @PDFDIR@
PSDIR = @PSDIR@
+DEBUGDIR = @DEBUGDIR@
BISON = @BISON@
@@ -43,6 +44,7 @@ ENABLE_WARNINGS = @ENABLE_WARNINGS@
ENABLE_ABI6 = @ENABLE_ABI6@
ENABLE_CYGWIN_HACKS = @ENABLE_CYGWIN_HACKS@
ENABLE_COMPAT_SYMLINKS = @ENABLE_COMPAT_SYMLINKS@
+ENABLE_DEBUG = @ENABLE_DEBUG@