aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/tests/folder/Makefile.am2
-rw-r--r--camel/tests/message/Makefile.am2
-rw-r--r--camel/tests/mime-filter/Makefile.am2
-rw-r--r--camel/tests/misc/Makefile.am2
-rw-r--r--camel/tests/smime/Makefile.am2
-rw-r--r--camel/tests/stream/Makefile.am2
7 files changed, 4 insertions, 12 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b2717b2dc1..8a9a8c9a9c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-18 Rodney Dawes <dobey@ximian.com>
+
+ * tests/*/Makefile.am: Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)
+
2002-11-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c (imap_connect_online): If the
diff --git a/camel/tests/folder/Makefile.am b/camel/tests/folder/Makefile.am
index 6329ca289a..c178d5fdb0 100644
--- a/camel/tests/folder/Makefile.am
+++ b/camel/tests/folder/Makefile.am
@@ -12,9 +12,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)
diff --git a/camel/tests/message/Makefile.am b/camel/tests/message/Makefile.am
index 3b04021a5e..47f0024901 100644
--- a/camel/tests/message/Makefile.am
+++ b/camel/tests/message/Makefile.am
@@ -12,9 +12,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)
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)
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am
index 4ad681158d..d3ed29f2e6 100644
--- a/camel/tests/misc/Makefile.am
+++ b/camel/tests/misc/Makefile.am
@@ -12,9 +12,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)
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am
index a85f4044b8..ea3cab9d52 100644
--- a/camel/tests/smime/Makefile.am
+++ b/camel/tests/smime/Makefile.am
@@ -12,9 +12,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)
diff --git a/camel/tests/stream/Makefile.am b/camel/tests/stream/Makefile.am
index 492617b9af..25bd84eafd 100644
--- a/camel/tests/stream/Makefile.am
+++ b/camel/tests/stream/Makefile.am
@@ -12,9 +12,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)