]> 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 439f23e52ea1d6d86f27fd3f631d818c0d255a0d..fd3ef54111d49bedd3804370c390700f3f718ce9 100644 (file)
@@ -3,9 +3,10 @@ lib_LTLIBRARIES = libeditex.la
 
 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
 
-libeditex_la_LDADDS = \
+libeditex_la_LIBADD = \
   $(GMETADOM_LIBS) \
-  $(GDOMEXSLT_LIBS)
+  $(GDOMEXSLT_LIBS) \
+  -lstdc++
 
 libeditex_la_SOURCES = \
   Diff.cc \
@@ -16,6 +17,7 @@ libeditex_la_SOURCES = \
   LPushLexer.cc \
   APushParser.cc \
   TPushParser.cc \
+  AMathMLFactory.cc \
   CMathMLFactoryXSLT.cc \
   CMathMLFactoryXSLTDiff.cc \
   TDictionary.cc \