diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8821a28a09..7bde798270 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-03-13 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/Makefile.am (minicard_label_test_LDADD): Change to + ld order from Greg Williams. + +2001-03-13 Christopher James Lahey <clahey@ximian.com> + * backend/pas/pas-backend-file.c (pas_backend_file_process_get_book_view): Moved where we call pas_book_respond_get_book_view. diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 00f851da72..5fe7d9ea7c 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -49,8 +49,8 @@ minicard_label_test_SOURCES = \ test-minicard-label.c minicard_label_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ libeminicard.a \ + $(EXTRA_GNOME_LIBS) \ $(BONOBO_GNOME_LIBS) \ $(top_builddir)/e-util/libeutil.la |