X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=fd3ef54111d49bedd3804370c390700f3f718ce9;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=4d88a334a78a3a0e325b6ce4fa25553147e1aec5;hpb=a2f9abb0b4f07678de024d4afb371ba59183edf0;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index 4d88a334a..fd3ef5411 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,18 +3,21 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ -libeditex_la_LDADDS = \ - $(GLIB2_LIBS) \ +libeditex_la_LIBADD = \ $(GMETADOM_LIBS) \ - $(GDOMEXSLT_LIBS) + $(GDOMEXSLT_LIBS) \ + -lstdc++ 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 \ @@ -29,20 +32,24 @@ pkginclude_HEADERS = \ APushLexer.hh \ APushParser.hh \ AMathMLFactory.hh \ + AMathMLConsumer.hh \ CMathMLFactoryXSLT.hh \ CMathMLFactoryXSLTDiff.hh \ TPushLexer.hh \ LPushLexer.hh \ + ITPushLexer.hh \ + ILPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \ TDictionary.hh \ TDocument.hh \ TNode.hh \ TListener.hh \ + TToken.hh \ + globals.hh \ dom.hh INCLUDES = \ - $(GLIB2_CFLAGS) \ $(GMETADOM_CFLAGS) \ $(GDOMEXSLT_CFLAGS)