aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-17 12:22:33 +0800
committerDan Winship <danw@src.gnome.org>2000-02-17 12:22:33 +0800
commitec023d0744c05d9174436ae93f10bc4844c84322 (patch)
tree7e324078e09df46f8fa1369371499af4b7165897
parent89fefc5c8cac87a722f4efd61b49e2c75e765687 (diff)
downloadgsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar.gz
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar.bz2
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar.lz
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar.xz
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.tar.zst
gsoc2013-evolution-ec023d0744c05d9174436ae93f10bc4844c84322.zip
fix library ordering on link line
svn path=/trunk/; revision=1817
-rw-r--r--addressbook/contact-editor/Makefile.am4
-rw-r--r--addressbook/gui/contact-editor/Makefile.am4
-rw-r--r--widgets/e-table/Makefile.am2
-rw-r--r--widgets/meeting-time-sel/Makefile.am4
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 \