Skip to content
Snippets Groups Projects
Commit 60671427 authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Link gmlmip.o again

parent 93d587d0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
open CoAlgMisc
open CoolUtils
open CoAlgLogicUtils
(* open Gmlmip *)
open Gmlmip
module S = MiscSolver
......
......@@ -100,7 +100,7 @@ gmlmip.cmxa: gmlmip.cmx gmlmip_stub.o $(GMLOBJS)
$(OCAMLOPT) -a -o $@ $^ -cclib -lbdd -cclib -lm -cclib -lglpk
# Object files... sorted topologically by their dependency...
COALG_OBJS := minisat$(SUFFIXLIB) \
COALG_OBJS := minisat$(SUFFIXLIB) gmlmip$(SUFFIXLIB) \
CoolUtils$(SUFFIX) \
genAndComp$(SUFFIX) MiscSolver$(SUFFIX) altGenlex$(SUFFIX) HashConsing$(SUFFIX) \
ALCFormula$(SUFFIX) ALCMisc$(SUFFIX) ALCGraph$(SUFFIX) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment