]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
* added default dictionary/stylesheet paths
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index 65ae4e66e28a4f16b88cbaf1fe958d08633e7237..f1c14e5f090582421e3500c76c192896b87bdefb 100644 (file)
@@ -10,10 +10,13 @@ libeditex_la_LDADDS = \
 libeditex_la_SOURCES = \
   Diff.cc \
   CLoggerConsole.cc \
+  ITPushLexer.cc \
+  ILPushLexer.cc \
   TPushLexer.cc \
   LPushLexer.cc \
   APushParser.cc \
   TPushParser.cc \
+  AMathMLFactory.cc \
   CMathMLFactoryXSLT.cc \
   CMathMLFactoryXSLTDiff.cc \
   TDictionary.cc \
@@ -33,6 +36,8 @@ pkginclude_HEADERS = \
   CMathMLFactoryXSLTDiff.hh \
   TPushLexer.hh \
   LPushLexer.hh \
+  ITPushLexer.hh \
+  ILPushLexer.hh \
   TPushParser.hh \
   TTokenizer.hh \
   TDictionary.hh \
@@ -44,7 +49,6 @@ pkginclude_HEADERS = \
   dom.hh
 
 INCLUDES = \
-  $(GLIB2_CFLAGS) \
   $(GMETADOM_CFLAGS) \
   $(GDOMEXSLT_CFLAGS)