aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-03 07:06:52 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-03 07:06:52 +0800
commit1f7bdbf9c16ab5948ea2c8143216ea66c286d715 (patch)
tree5c3534faed84b0dc481d6ecc4e8a8897702df5de /tests/Makefile.am
parent5f25c0c05cdbc3b5b382140566431a3d15807151 (diff)
downloadgsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.gz
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.bz2
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.lz
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.xz
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.zst
gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.zip
And here too.
2000-05-02 NotZed <NotZed@HelixCode.com> * tests/test13.c: And here too. * tests/test2.c (main): REmoved gmime-utils.h * tests/Makefile.am (LDADD): Add libeutil to default link line. (test_movemail_LDADD): Fixed order for libutil linking. svn path=/trunk/; revision=2761
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fa19264d26..4f8214829b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \
LDADD = \
$(top_builddir)/camel/libcamel.la \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libibex/libibex.la \
$(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
@@ -41,8 +42,8 @@ LDADD = \
# $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
test_movemail_LDADD = \
- $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/camel/libcamel.la \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libibex/libibex.la \
$(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)