]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/textomml/Makefile.am
* added show/hide cursro methods
[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
new file mode 100644 (file)
index 0000000..d547d93
--- /dev/null
@@ -0,0 +1,17 @@
+
+bin_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
+