X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=65ae4e66e28a4f16b88cbaf1fe958d08633e7237;hb=6f6b8f33397548319fef9b374f9e9017e7fa151d;hp=bfb6b97b6408fccb755b12aa60babc900273b02a;hpb=387aeebf96181c051b7f527a0901b173cfcdf194;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index bfb6b97b6..65ae4e66e 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,10 +3,15 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ +libeditex_la_LDADDS = \ + $(GMETADOM_LIBS) \ + $(GDOMEXSLT_LIBS) + libeditex_la_SOURCES = \ Diff.cc \ CLoggerConsole.cc \ TPushLexer.cc \ + LPushLexer.cc \ APushParser.cc \ TPushParser.cc \ CMathMLFactoryXSLT.cc \ @@ -23,16 +28,23 @@ pkginclude_HEADERS = \ APushLexer.hh \ APushParser.hh \ AMathMLFactory.hh \ + AMathMLConsumer.hh \ CMathMLFactoryXSLT.hh \ CMathMLFactoryXSLTDiff.hh \ TPushLexer.hh \ + LPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \ TDictionary.hh \ TDocument.hh \ TNode.hh \ TListener.hh \ + TToken.hh \ + globals.hh \ dom.hh -INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) +INCLUDES = \ + $(GLIB2_CFLAGS) \ + $(GMETADOM_CFLAGS) \ + $(GDOMEXSLT_CFLAGS)