From 96f7e4e43613dc56bd85b35a62a100bed0221959 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Sat, 27 Jan 2001 15:19:21 +0000 Subject: Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore, 2001-01-27 Jason Leach * Makefile.am (evolution_LDADD): Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore, gal has the new shortcut-bar. svn path=/trunk/; revision=7859 --- shell/ChangeLog | 6 ++++++ shell/Makefile.am | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 6ed321d8a1..01cc8de557 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Jason Leach + + * Makefile.am (evolution_LDADD): Don't link with the old + widgets/shortcut-bar/libshortcut-bar.la anymore, gal has the new + shortcut-bar. + 2001-01-27 Ettore Perazzoli * e-storage-set-view.c (get_pixbuf_for_folder): Don't scale if the diff --git a/shell/Makefile.am b/shell/Makefile.am index e56bc6af67..a170dea002 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -132,7 +132,6 @@ evolution_SOURCES = \ evolution_LDADD = \ libeshell.a \ importer/libevolution-importer.la \ - $(top_builddir)/widgets/shortcut-bar/libshortcut-bar.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(EXTRA_GNOME_LIBS) \ -- cgit