aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorPacho Ramos <pacho@condmat1.ciencias.uniovi.es>2011-02-24 17:07:22 +0800
committerMilan Crha <mcrha@redhat.com>2011-02-24 17:07:22 +0800
commite1e00c0587fd7c659850776206d2f6bef3e117fa (patch)
treebd853ccd7fa022272bc96d5e2a0e422cecba0c50 /addressbook
parent3d3717365d022bc9a7b2d50b0aa33927416cd165 (diff)
downloadgsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar.gz
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar.bz2
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar.lz
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar.xz
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.tar.zst
gsoc2013-evolution-e1e00c0587fd7c659850776206d2f6bef3e117fa.zip
Bug #635002 - Fix invalid use of .la file in contact-editor
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
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)