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=c0afe28ee379ed79082c1ffa72dd29e6dd19a5b0;hb=7bea7bddf7ca13260f4d3965182dc4fb58d035e7;hp=f440e528c880b94be193a409a9c685b49b87a084;hpb=bf29ef82dc843dcb1929b413b36801ac26441fbd;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index f440e528c..c0afe28ee 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -4,16 +4,22 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ libeditex_la_SOURCES = \ + CLoggerConsole.cc \ TPushLexer.cc \ TPushParser.cc \ + CMathMLFactoryXSLT.cc \ TDictionary.cc \ TDocument.cc \ TNode.cc \ TTokenizer.cc pkginclude_HEADERS = \ + ALogger.hh \ + CLoggerConsole.hh \ APushLexer.hh \ APushParser.hh \ + AMathMLFactory.hh \ + CMathMLFactoryXSLT.hh \ TPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \