aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatt Bissiri <matt@bissiri.org>2000-11-19 02:37:56 +0800
committerMatt Bissiri <bissiri@src.gnome.org>2000-11-19 02:37:56 +0800
commitc676b80dc22186c30505231b08bbdd49c9156f73 (patch)
treea547bce41cd0592e40abb9ab73cb2934b15121ba /addressbook/gui
parent1efb713a4cca0eae959108749ce22f672a6716f1 (diff)
downloadgsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar.gz
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar.bz2
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar.lz
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar.xz
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.tar.zst
gsoc2013-evolution-c676b80dc22186c30505231b08bbdd49c9156f73.zip
Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that it
2000-11-18 Matt Bissiri <matt@bissiri.org> * gui/component/Makefile.am: Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that it will link properly now that gal-view-menus.[ch] was moved from gal into evolution. svn path=/trunk/; revision=6611
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index ca8e333739..2cc3964458 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -52,7 +52,8 @@ evolution_addressbook_LDADD = \
$(top_builddir)/addressbook/printing/libecontactprint.a \
$(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \
$(top_builddir)/filter/libfilter.la \
- $(top_builddir)/e-util/libeutil.la
+ $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/widgets/menus/libmenus.la
evolution_addressbook_LDFLAGS = `gnome-config --libs gdk_pixbuf` -export-dynamic