diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 4 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 4 |
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 |