aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/stream/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-01-20 21:41:39 +0800
committernobody <nobody@localhost>2002-01-20 21:41:39 +0800
commitfee2117ebe8ae31fdef3e00c30b1c5eb1389fa88 (patch)
tree32cb6f4702fe446ea804947fa4479b5431a3d24a /camel/tests/stream/Makefile.am
parent7a987fd4d3a3a860a34ef061d62f1ef780e1a0b4 (diff)
downloadgsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar.gz
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar.bz2
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar.lz
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar.xz
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.tar.zst
gsoc2013-evolution-fee2117ebe8ae31fdef3e00c30b1c5eb1389fa88.zip
This commit was manufactured by cvs2svn to create tag 'Release121'.Release121
svn path=/tags/Release121/; revision=15392
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 1471ca82a5..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) $(MAILER_LIBS)
-
-check_PROGRAMS = \
- test1 test2 test3
-
-TESTS = test1 test2 test3
-
-
-