aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/folder/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-03-02 09:33:29 +0800
committernobody <nobody@localhost>2001-03-02 09:33:29 +0800
commit1e766591bbf0cb4c867813cd20bde0dea575775f (patch)
treecda39502324bf50b451e5c7f58e5dee7c7476bad /camel/tests/folder/Makefile.am
parent50ef074887b43f43dad3edb120d9abf30092c681 (diff)
downloadgsoc2013-evolution-GGV_1_0_1.tar.gz
gsoc2013-evolution-GGV_1_0_1.tar.zst
gsoc2013-evolution-GGV_1_0_1.zip
This commit was manufactured by cvs2svn to create tag 'GGV_1_0_1'.GGV_1_0_1
svn path=/tags/GGV_1_0_1/; revision=8481
Diffstat (limited to 'camel/tests/folder/Makefile.am')
-rw-r--r--camel/tests/folder/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/camel/tests/folder/Makefile.am b/camel/tests/folder/Makefile.am
deleted file mode 100644
index f6dd852dd8..0000000000
--- a/camel/tests/folder/Makefile.am
+++ /dev/null
@@ -1,29 +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 test4 test5 \
- test2 test6 test7 \
- test3 \
- test8 \
- test9
-
-TESTS = test1 test4 test5 \
- test2 test6 test7 \
- test3 \
- test8 \
- test9
-
-
-