aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/misc/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-04-16 17:30:54 +0800
committernobody <nobody@localhost>2001-04-16 17:30:54 +0800
commitf9ea6ed16a12b9a280737789980b55f87205d05f (patch)
treeaaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /camel/tests/misc/Makefile.am
parent75a16468d369f58587f27ab4655fbe1c1091fc95 (diff)
downloadgsoc2013-evolution-GNOME-VFS_1_0_1.tar
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.gz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.bz2
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.lz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.xz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.zst
gsoc2013-evolution-GNOME-VFS_1_0_1.zip
This commit was manufactured by cvs2svn to create tagGNOME-VFS_1_0_1
'GNOME-VFS_1_0_1'. svn path=/tags/GNOME-VFS_1_0_1/; revision=9347
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 1cbcab8c26..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) $(EXTRA_GNOME_LIBS)
-
-check_PROGRAMS = \
- url
-
-TESTS = url
-
-
-