]> 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_cpp_smart.la
3
4 libgdome_xslt_cpp_smart_la_LIBADD = $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
5
6 libgdome_xslt_cpp_smart_la_LDFLAGS = -version-info @VERSION_INFO@
7
8 libgdome_xslt_cpp_smart_la_SOURCES = \
9   GdomeSmartDOMXSLTStylesheet.cc
10
11 pkginclude_HEADERS = \
12   GdomeSmartDOMXSLTStylesheet.hh \
13   GdomeSmartDOMXSLT.hh
14
15 INCLUDES = \
16   $(GMETADOM_CFLAGS) \
17   $(LIBXSLT_CFLAGS) \
18   -I$(top_srcdir) \
19   -I$(top_srcdir)/C/gdome_xslt