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 ++-- addressbook/gui/contact-editor/Makefile.am | 4 ++-- widgets/e-table/Makefile.am | 2 +- widgets/meeting-time-sel/Makefile.am | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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 diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 4892d51bbb..7c3d0de273 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/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 diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 4bbfea58ab..335818e7d1 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -47,8 +47,8 @@ table_test_SOURCES = \ table-test.c table_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ libetable.a \ + $(EXTRA_GNOME_LIBS) \ $(top_builddir)/e-util/libeutil.a \ $(top_builddir)/widgets/e-text/libetext.a diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am index fdf6e90b67..efe9900dd8 100644 --- a/widgets/meeting-time-sel/Makefile.am +++ b/widgets/meeting-time-sel/Makefile.am @@ -20,9 +20,9 @@ test_meeting_time_selector_SOURCES = \ test-meeting-time-sel.c test_meeting_time_selector_LDADD = \ - libevolutionmtsel.a + libevolutionmtsel.a $(GNOMEUI_LIBS) -test_meeting_time_selector_LDFLAGS = `gnome-config --libs gnomeui` +test_meeting_time_selector_LDFLAGS = $(GNOME_LIBDIR) EXTRA_DIST = \ e-meeting-time-sel-mail.xpm \ -- cgit v1.2.3