From 1f7bdbf9c16ab5948ea2c8143216ea66c286d715 Mon Sep 17 00:00:00 2001 From: NotZed Date: Tue, 2 May 2000 23:06:52 +0000 Subject: And here too. 2000-05-02 NotZed * 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 --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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) -- cgit v1.2.3