From ec023d0744c05d9174436ae93f10bc4844c84322 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 17 Feb 2000 04:22:33 +0000 Subject: fix library ordering on link line svn path=/trunk/; revision=1817 --- addressbook/contact-editor/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/contact-editor') diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 4892d51bbb..7c3d0de273 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -25,8 +25,8 @@ contact_editor_test_SOURCES = \ test-editor.c contact_editor_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - libecontacteditor.a + libecontacteditor.a \ + $(EXTRA_GNOME_LIBS) gladedir = $(datadir)/evolution/glade -- cgit v1.2.3