aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/mime-filter
diff options
context:
space:
mode:
authorRodney Dawes <dobey@src.gnome.org>2002-11-20 01:21:44 +0800
committerRodney Dawes <dobey@src.gnome.org>2002-11-20 01:21:44 +0800
commit3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a (patch)
treeb0628c4a1a79596aeb955df65ed3a49f8ed4d5da /camel/tests/mime-filter
parent4ebf3147101ea11847667e8fc3dcb713b4487b8d (diff)
downloadgsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.gz
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.bz2
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.lz
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.xz
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.zst
gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.zip
Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)
* tests/*/Makefile.am: Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS) svn path=/trunk/; revision=18839
Diffstat (limited to 'camel/tests/mime-filter')
-rw-r--r--camel/tests/mime-filter/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/tests/mime-filter/Makefile.am b/camel/tests/mime-filter/Makefile.am
index f2f686d593..2c83f1202f 100644
--- a/camel/tests/mime-filter/Makefile.am
+++ b/camel/tests/mime-filter/Makefile.am
@@ -13,9 +13,7 @@ INCLUDES = \
LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/e-util/libeutil.la \
- $(GNOME_LIBDIR) \
$(top_builddir)/camel/tests/lib/libcameltest.a \
- $(GNOMEUI_LIBS) \
$(INTLLIBS) \
$(EVOLUTION_MAIL_LIBS)