diff options
author | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
commit | 29818ea40e49f660f2dbb25a1e0e9b260de3f1d7 (patch) | |
tree | 0b8906233912a717d50c36c848d64cdbe0cd923c /camel/tests/folder/Makefile.am | |
parent | 89ddfcd774cd6ec3865d42d827eecc07dbf940d0 (diff) | |
download | gsoc2013-evolution-GAL_0_9_1.tar gsoc2013-evolution-GAL_0_9_1.tar.gz gsoc2013-evolution-GAL_0_9_1.tar.bz2 gsoc2013-evolution-GAL_0_9_1.tar.lz gsoc2013-evolution-GAL_0_9_1.tar.xz gsoc2013-evolution-GAL_0_9_1.tar.zst gsoc2013-evolution-GAL_0_9_1.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_9_1'.GAL_0_9_1
svn path=/tags/GAL_0_9_1/; revision=11125
Diffstat (limited to 'camel/tests/folder/Makefile.am')
-rw-r--r-- | camel/tests/folder/Makefile.am | 29 |
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 - - - |