From b833f28638c2b0c1fd91198950e439a6ac6f9a97 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Wed, 2 Apr 2003 12:06:00 +0000 Subject: [PATCH] * added dependencies to the ocaml shared stub lib --- helm/DEVEL/mathml_editor/ocaml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2