From: Luca Padovani Date: Wed, 2 Apr 2003 13:36:09 +0000 (+0000) Subject: * added dependency on the editor X-Git-Tag: before_refactoring~56 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7ff1d2d20dcbb6fff9cee36686bd08d1e1e3bf91;hp=2e6967711a0656d59f127104a4ec68ebe8043f87;p=helm.git * added dependency on the editor --- diff --git a/helm/DEVEL/mathml_editor/ocaml/Makefile.am b/helm/DEVEL/mathml_editor/ocaml/Makefile.am index 4dda15c24..450d61ab0 100644 --- a/helm/DEVEL/mathml_editor/ocaml/Makefile.am +++ b/helm/DEVEL/mathml_editor/ocaml/Makefile.am @@ -23,7 +23,7 @@ CMO_S = $(MODULES:%=%.cmo) CMX_S = $(MODULES:%=%.cmx) O_S = ml_mathml_editor.o c_mathml_editor.o LO_S = $(O_S:%.o=%.lo) -SHARED_LIBS = $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) -lmlgdome2-xslt -lmlgdome -lstdc++ +SHARED_LIBS = $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) -lmlgdome2-xslt -lmlgdome -lstdc++ -L$(top_builddir)/src/.libs/ -leditex BYTE_STUFF = i_mathml_editor.cmi mathml_editor.cmi $(ARCHIVE).cma $(DLL) lib$(ARCHIVE).a NATIVE_STUFF = $(ARCHIVE).cmxa $(ARCHIVE).a BYTE_INSTALL_STUFF = $(BYTE_STUFF) META