Skip to content

Commit

Permalink
Merge pull request #2900 from tautschnig/smt2_solver-deps
Browse files Browse the repository at this point in the history
Makefiles: Add missing dependency tracking for smt2_solver
  • Loading branch information
tautschnig authored Sep 5, 2018
2 parents 82b4d5c + 1f860d2 commit 0532e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solvers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ endif
solvers$(LIBEXT): $(OBJ) $(SOLVER_LIB)
$(LINKLIB) $(LIBSOLVER)

-include $(smt2/smt2_solver$(DEPEXT))

smt2_solver$(EXEEXT): $(OBJ) smt2/smt2_solver$(OBJEXT) \
../util/util$(LIBEXT) ../langapi/langapi$(LIBEXT) ../big-int/big-int$(LIBEXT) $(SOLVER_LIB)
$(LINKBIN) $(LIBSOLVER)

0 comments on commit 0532e91

Please sign in to comment.