]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/C/test/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / C / test / Makefile.am
1
2 noinst_PROGRAMS = test
3
4 test_SOURCES = test.c
5
6 LDADDS = \
7   $(GDOME_LIBS) \
8   $(LIBXSLT_LIBS) \
9   $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
10
11 test_LDADD = $(LDADDS)
12
13 INCLUDES = \
14   $(GDOME_CFLAGS) \
15   $(LIBXSLT_CFLAGS) \
16   -I$(top_srcdir)/C/gdome_xslt
17