]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C/gdome_xslt/Makefile.am
* missed some files
[helm.git] / helm / DEVEL / gdome_xslt / C / gdome_xslt / Makefile.am
diff --git a/helm/DEVEL/gdome_xslt/C/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/C/gdome_xslt/Makefile.am
new file mode 100644 (file)
index 0000000..b8e374e
--- /dev/null
@@ -0,0 +1,14 @@
+
+lib_LTLIBRARIES = libgdome_xslt.la
+
+libgdome_xslt_la_LDFLAGS = -version-info @VERSION_INFO@
+
+libgdome_xslt_la_SOURCES = gdome_xslt.c
+
+pkginclude_HEADERS = gdome_xslt.h
+
+INCLUDES = \
+  $(GDOME_CFLAGS) \
+  $(LIBXSLT_CFLAGS) \
+  -I$(top_srcdir)
+