aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/misc/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-02-11 05:10:16 +0800
committernobody <nobody@localhost>2002-02-11 05:10:16 +0800
commit0614aa06229e92b77b8a50c4bd508cb251d2c3d7 (patch)
tree2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /camel/tests/misc/Makefile.am
parentcfc4826ef837954667ec18d9df72786e73ff1e25 (diff)
downloadgsoc2013-evolution-BALSA_1_3_3.tar.gz
gsoc2013-evolution-BALSA_1_3_3.tar.zst
gsoc2013-evolution-BALSA_1_3_3.zip
This commit was manufactured by cvs2svn to create tag 'BALSA_1_3_3'.BALSA_1_3_3
svn path=/tags/BALSA_1_3_3/; revision=15642
Diffstat (limited to 'camel/tests/misc/Makefile.am')
-rw-r--r--camel/tests/misc/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am
deleted file mode 100644
index dc34d1ea16..0000000000
--- a/camel/tests/misc/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) $(EVOLUTION_MAIL_LIBS)
-
-check_PROGRAMS = \
- url
-
-TESTS = url
-
-
-