Skip to content

Commit a995cc2

Browse files
committed
fixup! goto-analyzer needs solvers (once BDDs are used in guardt), add binary
1 parent 735c7b7 commit a995cc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-cc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ OBJ += ../big-int/big-int$(LIBEXT) \
1313
../cpp/cpp$(LIBEXT) \
1414
../xmllang/xmllang$(LIBEXT) \
1515
../assembler/assembler$(LIBEXT) \
16-
../langapi/langapi$(LIBEXT)
16+
../langapi/langapi$(LIBEXT) \
17+
../solvers/solvers$(LIBEXT)
1718

1819
INCLUDES= -I ..
1920

0 commit comments

Comments
 (0)