summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-17 00:02:12 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-17 00:02:12 +0000
commit73fd355fd1a9f6cacfc3170d29e29fccc94ab539 (patch)
treee88c1a48887ec1053d7fff40a9cb6ba5b8501e87 /test/unit
parent426b8722e6e32f7fab46769e4d71184bf510fd0e (diff)
support nonstandard, unconfigured builds (e.g., "./configure debug" followed by "make production ASSERTIONS=1")
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in
index b630f7765..0b4b68c40 100644
--- a/test/unit/Makefile.in
+++ b/test/unit/Makefile.in
@@ -216,6 +216,7 @@ localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
+mk_include = @mk_include@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback