]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
* changed handling of ' (\primes) with a few patches in the stylesheets
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index bfb6b97b6408fccb755b12aa60babc900273b02a..4d88a334a78a3a0e325b6ce4fa25553147e1aec5 100644 (file)
@@ -3,10 +3,16 @@ lib_LTLIBRARIES = libeditex.la
 
 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
 
+libeditex_la_LDADDS = \
+  $(GLIB2_LIBS) \
+  $(GMETADOM_LIBS) \
+  $(GDOMEXSLT_LIBS)
+
 libeditex_la_SOURCES = \
   Diff.cc \
   CLoggerConsole.cc \
   TPushLexer.cc \
+  LPushLexer.cc \
   APushParser.cc \
   TPushParser.cc \
   CMathMLFactoryXSLT.cc \
@@ -26,6 +32,7 @@ pkginclude_HEADERS = \
   CMathMLFactoryXSLT.hh \
   CMathMLFactoryXSLTDiff.hh \
   TPushLexer.hh \
+  LPushLexer.hh \
   TPushParser.hh \
   TTokenizer.hh \
   TDictionary.hh \
@@ -34,5 +41,8 @@ pkginclude_HEADERS = \
   TListener.hh \
   dom.hh
 
-INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
+INCLUDES = \
+  $(GLIB2_CFLAGS) \
+  $(GMETADOM_CFLAGS) \
+  $(GDOMEXSLT_CFLAGS)