]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/textomml/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / textomml / Makefile.am
1
2 noinst_PROGRAMS = textomml
3
4 textomml_SOURCES = main.cc
5
6 LDADDS = \
7   $(GMETADOM_LIBS) \
8   $(GDOMEXSLT_LIBS) \
9   $(top_builddir)/src/.libs/libeditex.a
10
11 textomml_LDADD = $(LDADDS)
12
13 INCLUDES = \
14   $(GMETADOM_CFLAGS) \
15   $(GDOMEXSLT_CFLAGS) \
16   -I$(top_srcdir)/src
17