]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.am
Debugging stuff removed.
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
index 432eced374878630d333aa49e73a7efb5427e84f..fd3ef54111d49bedd3804370c390700f3f718ce9 100644 (file)
@@ -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 \
@@ -34,6 +37,8 @@ pkginclude_HEADERS = \
   CMathMLFactoryXSLTDiff.hh \
   TPushLexer.hh \
   LPushLexer.hh \
+  ITPushLexer.hh \
+  ILPushLexer.hh \
   TPushParser.hh \
   TTokenizer.hh \
   TDictionary.hh \
@@ -45,7 +50,6 @@ pkginclude_HEADERS = \
   dom.hh
 
 INCLUDES = \
-  $(GLIB2_CFLAGS) \
   $(GMETADOM_CFLAGS) \
   $(GDOMEXSLT_CFLAGS)