about summary refs log tree commit diff homepage
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorHristina Palikareva <h.palikareva@imperial.ac.uk>2013-10-03 18:23:19 +0100
committerHristina Palikareva <h.palikareva@imperial.ac.uk>2013-10-03 18:23:19 +0100
commit8ec1196c7b029b83787225010194b44ea2614523 (patch)
treebbb847c044561d782b5c8a94d8c939607e06493c /Makefile.config.in
parent43138101d048394690a90fd9f5a6fb0df916161c (diff)
downloadklee-8ec1196c7b029b83787225010194b44ea2614523.tar.gz
Extending ./configure with support to use metaSMT.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 71047e41..1634238b 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -26,6 +26,9 @@ PROJ_INSTALL_ROOT := @prefix@
 
 STP_ROOT := @STP_ROOT@
 
+ENABLE_METASMT := @ENABLE_METASMT@
+METASMT_ROOT := @METASMT_ROOT@
+
 ENABLE_POSIX_RUNTIME := @ENABLE_POSIX_RUNTIME@
 ENABLE_STPLOG := @ENABLE_STPLOG@
 ENABLE_UCLIBC := @ENABLE_UCLIBC@