diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
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 <jasonleach@usa.net> + + * 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 <ettore@ximian.com> * 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) \ |