]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
Added the completion of the macro's name.
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index 65ae4e66e28a4f16b88cbaf1fe958d08633e7237..439f23e52ea1d6d86f27fd3f631d818c0d255a0d 100644 (file)
@@ -10,6 +10,8 @@ libeditex_la_LDADDS = \
 libeditex_la_SOURCES = \
   Diff.cc \
   CLoggerConsole.cc \
+  ITPushLexer.cc \
+  ILPushLexer.cc \
   TPushLexer.cc \
   LPushLexer.cc \
   APushParser.cc \
@@ -33,6 +35,8 @@ pkginclude_HEADERS = \
   CMathMLFactoryXSLTDiff.hh \
   TPushLexer.hh \
   LPushLexer.hh \
+  ITPushLexer.hh \
+  ILPushLexer.hh \
   TPushParser.hh \
   TTokenizer.hh \
   TDictionary.hh \
@@ -44,7 +48,6 @@ pkginclude_HEADERS = \
   dom.hh
 
 INCLUDES = \
-  $(GLIB2_CFLAGS) \
   $(GMETADOM_CFLAGS) \
   $(GDOMEXSLT_CFLAGS)