diff options
author | Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> | 2011-02-24 17:07:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:37 +0800 |
commit | 57e58ac4add6d9f3d0918c7431dbf7c1fa655d14 (patch) | |
tree | c8f4fade27d5e6f44777c56f77b89f0db85c1aea /addressbook | |
parent | 14353865b4548366651b5fae278b90f7138b6d3b (diff) | |
download | gsoc2013-evolution-57e58ac4add6d9f3d0918c7431dbf7c1fa655d14.tar.gz gsoc2013-evolution-57e58ac4add6d9f3d0918c7431dbf7c1fa655d14.tar.zst gsoc2013-evolution-57e58ac4add6d9f3d0918c7431dbf7c1fa655d14.zip |
Bug #635002 - Fix invalid use of .la file in contact-editor
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 486d71e223..eb457da7fa 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -33,7 +33,7 @@ libecontacteditor_la_LIBADD = \ $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \ $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ $(top_builddir)/addressbook/printing/libecontactprint.la \ - $(top_builddir)/widgets/menus/.libs/libmenus.la \ + $(top_builddir)/widgets/menus/libmenus.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(GNOME_PLATFORM_LIBS) |