From 627cd68347c4f35257a519c0982885fafc3cab4a Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Sun, 20 Feb 2000 22:45:12 +0000 Subject: Changed dependencies on libibex.la to libibex.a. In test9_LDADD, placed * tests/Makefile.am: Changed dependencies on libibex.la to libibex.a. In test9_LDADD, placed libcamelmbox.la before libibex.la, as the former requires the latter. svn path=/trunk/; revision=1871 --- ChangeLog | 6 ++++++ tests/Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92951cf788..46970b1676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-20 Matt Loper + + * tests/Makefile.am: Changed dependencies on libibex.la to + libibex.a. In test9_LDADD, placed libcamelmbox.la before + libibex.la, as the former requires the latter. + 2000-02-20 Damon Chaplin * widgets/shortcut-bar/Makefile.am: added libetext.a and libeutil.a diff --git a/tests/Makefile.am b/tests/Makefile.am index ec7edb8409..82f2549709 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \ -I$(top_srcdir)/camel/providers/mbox LDADD = \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ + $(top_builddir)/libibex/libibex.a \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) # $(BONOBO_LIBS) @@ -22,12 +22,12 @@ LDADD = \ #test11_LDADD = \ # $(LDADD) \ # $(top_builddir)/filter/libfilter.la \ -# $(top_builddir)/libibex/libibex.la +# $(top_builddir)/libibex/libibex.a test9_LDADD = \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ $(top_builddir)/camel/providers/mbox/libcamelmbox.la \ + $(top_builddir)/libibex/libibex.a \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) -- cgit v1.2.3