]> 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 'moogle'.
[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 e17047c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-noinst_PROGRAMS = test
-
-test_SOURCES = test.c
-
-LDADDS = \
-  $(GDOME_LIBS) \
-  $(LIBXSLT_LIBS) \
-  $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
-
-test_LDADD = $(LDADDS)
-
-INCLUDES = \
-  $(GDOME_CFLAGS) \
-  $(LIBXSLT_CFLAGS) \
-  -I$(top_srcdir)/C/gdome_xslt
-