]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/DEVEL/gdome_xslt/C++/gdome_xslt/Makefile.am
reorganization continues ...
[helm.git] / helm / software / DEVEL / gdome_xslt / C++ / gdome_xslt / Makefile.am
diff --git a/helm/software/DEVEL/gdome_xslt/C++/gdome_xslt/Makefile.am b/helm/software/DEVEL/gdome_xslt/C++/gdome_xslt/Makefile.am
new file mode 100644 (file)
index 0000000..0e4b76e
--- /dev/null
@@ -0,0 +1,19 @@
+
+lib_LTLIBRARIES = libgdome_xslt_cpp_smart.la
+
+libgdome_xslt_cpp_smart_la_LIBADD = $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
+
+libgdome_xslt_cpp_smart_la_LDFLAGS = -version-info @VERSION_INFO@
+
+libgdome_xslt_cpp_smart_la_SOURCES = \
+  GdomeSmartDOMXSLTStylesheet.cc
+
+pkginclude_HEADERS = \
+  GdomeSmartDOMXSLTStylesheet.hh \
+  GdomeSmartDOMXSLT.hh
+
+INCLUDES = \
+  $(GMETADOM_CFLAGS) \
+  $(LIBXSLT_CFLAGS) \
+  -I$(top_srcdir) \
+  -I$(top_srcdir)/C/gdome_xslt