]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/C++/gdome_xslt/Makefile.am
* added C++ binding
[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_LDFLAGS = -version-info @VERSION_INFO@
5
6 libgdome_xslt_cpp_smart_la_SOURCES = \
7   GdomeSmartDOMXSLTStylesheet.cc \
8   gdome_xslt.c
9
10 pkginclude_HEADERS = \
11   GdomeSmartDOMXSLTStylesheet.hh \
12   GdomeSmartDOMXSLT.hh
13
14 INCLUDES = \
15   $(GMETADOM_CFLAGS) \
16   $(LIBXSLT_CFLAGS) \
17   -I$(top_srcdir) \
18   -I$(top_srcdir)/../C/gdome_xslt
19
20 gdome_xslt.c: $(top_srcdir)/../C/gdome_xslt/gdome_xslt.c
21         ln -s $< $@
22