]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/C/gdome_xslt/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / C / gdome_xslt / Makefile.am
1
2 lib_LTLIBRARIES = libgdome_xslt.la
3
4 libgdome_xslt_la_LDFLAGS = -version-info @VERSION_INFO@
5
6 libgdome_xslt_la_SOURCES = gdome_xslt.c
7
8 pkginclude_HEADERS = gdome_xslt.h
9
10 INCLUDES = \
11   $(GDOME_CFLAGS) \
12   $(LIBXSLT_CFLAGS) \
13   -I$(top_srcdir)
14