]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index f440e528c880b94be193a409a9c685b49b87a084..c0afe28ee379ed79082c1ffa72dd29e6dd19a5b0 100644 (file)
@@ -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 \