]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/textomml/Makefile.am
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / DEVEL / mathml_editor / textomml / Makefile.am
diff --git a/helm/DEVEL/mathml_editor/textomml/Makefile.am b/helm/DEVEL/mathml_editor/textomml/Makefile.am
deleted file mode 100644 (file)
index cd66658..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-noinst_PROGRAMS = textomml
-
-textomml_SOURCES = main.cc
-
-LDADDS = \
-  $(GMETADOM_LIBS) \
-  $(GDOMEXSLT_LIBS) \
-  $(top_builddir)/src/.libs/libeditex.a
-
-textomml_LDADD = $(LDADDS)
-
-INCLUDES = \
-  $(GMETADOM_CFLAGS) \
-  $(GDOMEXSLT_CFLAGS) \
-  -I$(top_srcdir)/src
-