X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Focaml%2FMakefile.am;fp=helm%2FDEVEL%2Fmathml_editor%2Focaml%2FMakefile.am;h=4a0900797add755263f504cd554933e623bf890f;hb=b833f28638c2b0c1fd91198950e439a6ac6f9a97;hp=97c09df350df28f55c403168280334de64a6848a;hpb=3388f899027a287472d0e70785e7c9c64f3d8957;p=helm.git diff --git a/helm/DEVEL/mathml_editor/ocaml/Makefile.am b/helm/DEVEL/mathml_editor/ocaml/Makefile.am index 97c09df35..4a0900797 100644 --- a/helm/DEVEL/mathml_editor/ocaml/Makefile.am +++ b/helm/DEVEL/mathml_editor/ocaml/Makefile.am @@ -74,7 +74,7 @@ $(DLL) $(ARCHIVE).a: $(LO_S) for f in $(LO_S); do \ cp $$f $$f.o; \ done - $(OCAMLMKLIB) -o $(ARCHIVE) $(GDOME_LIBS) $(LO_S:%=%.o) + $(OCAMLMKLIB) -o $(ARCHIVE) -L@OCAMLSTUBDIR@ $(SHARED_LIBS) $(LO_S:%=%.o) for f in $(LO_S:%=%.o); do \ rm $$f; \ done