]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
* changed handling of ' (\primes) with a few patches in the stylesheets
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index f440e528c880b94be193a409a9c685b49b87a084..4d88a334a78a3a0e325b6ce4fa25553147e1aec5 100644 (file)
@@ -3,18 +3,36 @@ lib_LTLIBRARIES = libeditex.la
 
 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
 
+libeditex_la_LDADDS = \
+  $(GLIB2_LIBS) \
+  $(GMETADOM_LIBS) \
+  $(GDOMEXSLT_LIBS)
+
 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 \
@@ -23,5 +41,8 @@ pkginclude_HEADERS = \
   TListener.hh \
   dom.hh
 
-INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
+INCLUDES = \
+  $(GLIB2_CFLAGS) \
+  $(GMETADOM_CFLAGS) \
+  $(GDOMEXSLT_CFLAGS)