aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/folder/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-06-23 13:14:10 +0800
committernobody <nobody@localhost>2001-06-23 13:14:10 +0800
commit81d2df00993a9e6139ef586eef641790512aab48 (patch)
treea4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /camel/tests/folder/Makefile.am
parent72ca61d74b9942040638b628a6f1358e02d23d42 (diff)
downloadgsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar.gz
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar.bz2
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar.lz
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar.xz
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.tar.zst
gsoc2013-evolution-81d2df00993a9e6139ef586eef641790512aab48.zip
This commit was manufactured by cvs2svn to create tag 'GDM_2_2_3'.GDM_2_2_3
svn path=/tags/GDM_2_2_3/; revision=10414
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
-
-
-