aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-14 07:20:53 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-14 07:20:53 +0800
commit24cf25fc207e0fb0d6d4e64b4d60375b71874109 (patch)
treef965c9ee0b31543288f2754d56b9d3850b3da059 /addressbook
parent0adb2a51d933d3f757101791ac11557661bf3708 (diff)
downloadgsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar.gz
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar.bz2
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar.lz
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar.xz
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.tar.zst
gsoc2013-evolution-24cf25fc207e0fb0d6d4e64b4d60375b71874109.zip
Change to ld order from Greg Williams.
2001-03-13 Christopher James Lahey <clahey@ximian.com> * gui/widgets/Makefile.am (minicard_label_test_LDADD): Change to ld order from Greg Williams. svn path=/trunk/; revision=8688
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/widgets/Makefile.am2
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