X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=7224cad3f6adc2c267b3ed92a771c91475ceb11a;hb=a407cfb9bc31c5f9b94eb437d642e7582b641fc4;hp=c0afe28ee379ed79082c1ffa72dd29e6dd19a5b0;hpb=7bea7bddf7ca13260f4d3965182dc4fb58d035e7;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index c0afe28ee..7224cad3f 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -4,23 +4,30 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ libeditex_la_SOURCES = \ + Diff.cc \ CLoggerConsole.cc \ TPushLexer.cc \ + LPushLexer.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 \ + LPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \ TDictionary.hh \