From: Luca Padovani Date: Wed, 2 Apr 2003 13:17:05 +0000 (+0000) Subject: * added depndencies to stdc++ library X-Git-Tag: before_refactoring~57 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=2e6967711a0656d59f127104a4ec68ebe8043f87 * added depndencies to stdc++ library --- diff --git a/helm/DEVEL/mathml_editor/ocaml/Makefile.am b/helm/DEVEL/mathml_editor/ocaml/Makefile.am index 4a0900797..4dda15c24 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 +SHARED_LIBS = $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) -lmlgdome2-xslt -lmlgdome -lstdc++ 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 diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index 6397e10e0..fd3ef5411 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -5,7 +5,8 @@ libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ libeditex_la_LIBADD = \ $(GMETADOM_LIBS) \ - $(GDOMEXSLT_LIBS) + $(GDOMEXSLT_LIBS) \ + -lstdc++ libeditex_la_SOURCES = \ Diff.cc \