From c676b80dc22186c30505231b08bbdd49c9156f73 Mon Sep 17 00:00:00 2001 From: Matt Bissiri Date: Sat, 18 Nov 2000 18:37:56 +0000 Subject: Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that it 2000-11-18 Matt Bissiri * 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 --- addressbook/ChangeLog | 7 +++++++ addressbook/gui/component/Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a9e22d4c9f..fb589f0b76 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2000-11-18 Matt Bissiri + + * 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. + 2000-11-15 JP Rosevear * backend/pas/pas-backend-file.c (pas_backend_file_book_view_copy): 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 -- cgit v1.2.3