about summary refs log tree commit diff homepage
path: root/tools/klee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/klee/Makefile')
-rw-r--r--tools/klee/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/klee/Makefile b/tools/klee/Makefile
index d807350d..e3364e77 100644
--- a/tools/klee/Makefile
+++ b/tools/klee/Makefile
@@ -24,4 +24,8 @@ ifneq ($(ENABLE_STP),0)
   LIBS += $(STP_LDFLAGS)
 endif
 
+ifneq ($(ENABLE_Z3),0)
+  LIBS += $(Z3_LDFLAGS)
+endif
+
 include $(PROJ_SRC_ROOT)/MetaSMT.mk