Skip to content

Commit 771848a

Browse files
committed
goto-analyzer needs solvers (once BDDs are used in guardt), add binary
1 parent aa99900 commit 771848a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-analyzer/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
1212
../langapi/langapi$(LIBEXT) \
1313
../json/json$(LIBEXT) \
1414
../assembler/assembler$(LIBEXT) \
15-
../util/util$(LIBEXT)
15+
../util/util$(LIBEXT) \
16+
../solvers/solvers$(LIBEXT)
1617

1718
INCLUDES= -I ..
1819

0 commit comments

Comments
 (0)