X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=1f3a12ddf6070603ceb5b86a9e82720a04e95142;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=f1c14e5f090582421e3500c76c192896b87bdefb;hpb=84877da90dd68c88915b5ee54d31e9849f340eac;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index f1c14e5f0..1f3a12ddf 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,9 +3,10 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ -libeditex_la_LDADDS = \ +libeditex_la_LIBADD = \ $(GMETADOM_LIBS) \ - $(GDOMEXSLT_LIBS) + $(GDOMEXSLT_LIBS) \ + -lstdc++ libeditex_la_SOURCES = \ Diff.cc \ @@ -22,7 +23,8 @@ libeditex_la_SOURCES = \ TDictionary.cc \ TDocument.cc \ TNode.cc \ - TTokenizer.cc + TTokenizer.cc \ + timer.cc pkginclude_HEADERS = \ Diff.hh \ @@ -46,7 +48,8 @@ pkginclude_HEADERS = \ TListener.hh \ TToken.hh \ globals.hh \ - dom.hh + dom.hh \ + timer.hh INCLUDES = \ $(GMETADOM_CFLAGS) \