Skip to content

Commit

Permalink
Makefiles: Add missing dependency tracking for smt2_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Sep 5, 2018
1 parent d73d2db commit 1f860d2
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 1f860d2

Please sign in to comment.