]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C++/test/Makefile.am
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / DEVEL / gdome_xslt / C++ / test / Makefile.am
diff --git a/helm/DEVEL/gdome_xslt/C++/test/Makefile.am b/helm/DEVEL/gdome_xslt/C++/test/Makefile.am
deleted file mode 100644 (file)
index 12a08d0..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-noinst_PROGRAMS = test
-
-test_SOURCES = main.cc
-
-LDADDS = \
-  $(GMETADOM_LIBS) \
-  $(LIBXSLT_LIBS) \
-  $(top_builddir)/C++/gdome_xslt/libgdome_xslt_cpp_smart.la
-
-test_LDADD = $(LDADDS)
-
-INCLUDES = \
-  $(GMETADOM_CFLAGS) \
-  $(LIBXSLT_CFLAGS) \
-  -I$(top_srcdir)/C/gdome_xslt \
-  -I$(top_srcdir)/C++/gdome_xslt
-