X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=bfb6b97b6408fccb755b12aa60babc900273b02a;hb=387aeebf96181c051b7f527a0901b173cfcdf194;hp=c0afe28ee379ed79082c1ffa72dd29e6dd19a5b0;hpb=2f94240bc382ca43017f31b0852f1717fe18090b;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index c0afe28ee..bfb6b97b6 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -4,22 +4,27 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ libeditex_la_SOURCES = \ + Diff.cc \ CLoggerConsole.cc \ TPushLexer.cc \ + APushParser.cc \ TPushParser.cc \ CMathMLFactoryXSLT.cc \ + CMathMLFactoryXSLTDiff.cc \ TDictionary.cc \ TDocument.cc \ TNode.cc \ TTokenizer.cc pkginclude_HEADERS = \ + Diff.hh \ ALogger.hh \ CLoggerConsole.hh \ APushLexer.hh \ APushParser.hh \ AMathMLFactory.hh \ CMathMLFactoryXSLT.hh \ + CMathMLFactoryXSLTDiff.hh \ TPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \