X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=439f23e52ea1d6d86f27fd3f631d818c0d255a0d;hb=98e5817ce4fa424fb3181d90d327935c1b100ec4;hp=65ae4e66e28a4f16b88cbaf1fe958d08633e7237;hpb=3aa99304d95d768fc1d95c23e7fa3d1df09defa2;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index 65ae4e66e..439f23e52 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -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)