From: Luca Padovani Date: Wed, 2 Apr 2003 09:26:19 +0000 (+0000) Subject: * mini-patch to dictionary X-Git-Tag: before_refactoring~62 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=06de8bf510e07ae27356c550acb185c86298dd7a;hp=f5549870731e37889c7ad4d31556bef335d793a2;p=helm.git * mini-patch to dictionary * added dependencies to shared li;b --- diff --git a/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml b/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml index c945d4e68..47995454f 100644 --- a/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml +++ b/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml @@ -190,7 +190,7 @@ - + diff --git a/helm/DEVEL/mathml_editor/dictionary-tex.xml b/helm/DEVEL/mathml_editor/dictionary-tex.xml new file mode 100644 index 000000000..47995454f --- /dev/null +++ b/helm/DEVEL/mathml_editor/dictionary-tex.xml @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index f1c14e5f0..6397e10e0 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ -libeditex_la_LDADDS = \ +libeditex_la_LIBADD = \ $(GMETADOM_LIBS) \ $(GDOMEXSLT_LIBS)