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=65ae4e66e28a4f16b88cbaf1fe958d08633e7237;hpb=b1dd041514ce619c192f194a7a0847c28de55946;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index 65ae4e66e..1f3a12ddf 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,23 +3,28 @@ 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 \ CLoggerConsole.cc \ + ITPushLexer.cc \ + ILPushLexer.cc \ TPushLexer.cc \ LPushLexer.cc \ APushParser.cc \ TPushParser.cc \ + AMathMLFactory.cc \ CMathMLFactoryXSLT.cc \ CMathMLFactoryXSLTDiff.cc \ TDictionary.cc \ TDocument.cc \ TNode.cc \ - TTokenizer.cc + TTokenizer.cc \ + timer.cc pkginclude_HEADERS = \ Diff.hh \ @@ -33,6 +38,8 @@ pkginclude_HEADERS = \ CMathMLFactoryXSLTDiff.hh \ TPushLexer.hh \ LPushLexer.hh \ + ITPushLexer.hh \ + ILPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \ TDictionary.hh \ @@ -41,10 +48,10 @@ pkginclude_HEADERS = \ TListener.hh \ TToken.hh \ globals.hh \ - dom.hh + dom.hh \ + timer.hh INCLUDES = \ - $(GLIB2_CFLAGS) \ $(GMETADOM_CFLAGS) \ $(GDOMEXSLT_CFLAGS)