aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/stream/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-07-13 04:44:02 +0800
committernobody <nobody@localhost>2001-07-13 04:44:02 +0800
commitf0262739e1c7bd152ad5eaad36a99513706177c7 (patch)
treeb086de6767c3880e0549a692f616c7b02a751123 /camel/tests/stream/Makefile.am
parent4da3e76c2cb4e89850166ae5fa0bf2e4db837733 (diff)
downloadgsoc2013-evolution-GAL_0_9.tar
gsoc2013-evolution-GAL_0_9.tar.gz
gsoc2013-evolution-GAL_0_9.tar.bz2
gsoc2013-evolution-GAL_0_9.tar.lz
gsoc2013-evolution-GAL_0_9.tar.xz
gsoc2013-evolution-GAL_0_9.tar.zst
gsoc2013-evolution-GAL_0_9.zip
This commit was manufactured by cvs2svn to create tag 'GAL_0_9'.GAL_0_9
svn path=/tags/GAL_0_9/; revision=11062
Diffstat (limited to 'camel/tests/stream/Makefile.am')
-rw-r--r--camel/tests/stream/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/camel/tests/stream/Makefile.am b/camel/tests/stream/Makefile.am
deleted file mode 100644
index d16f8aaa55..0000000000
--- a/camel/tests/stream/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \
- -I$(includedir) \
- -I$(top_srcdir)/camel/tests/lib \
- -DG_LOG_DOMAIN=\"evolution-tests\"
-
-LDADD = \
- $(top_builddir)/camel/libcamel.la \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/libibex/libibex.la \
- $(GNOME_LIBDIR) \
- $(top_builddir)/camel/tests/lib/libcameltest.a \
- $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
-
-check_PROGRAMS = \
- test1 test2 test3
-
-TESTS = test1 test2 test3
-
-
-