aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
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 /addressbook
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
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/contact-editor/Makefile.am4
-rw-r--r--addressbook/gui/contact-editor/Makefile.am4
2 files changed, 4 insertions, 4 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