aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Leach <jasonleach@usa.net>2001-01-27 23:19:21 +0800
committerJacob Leach <jleach@src.gnome.org>2001-01-27 23:19:21 +0800
commit96f7e4e43613dc56bd85b35a62a100bed0221959 (patch)
tree30cf885905d3a8b16ecadcdb92d89c0b11208044
parent2c0ceb6859cb4630398cc31b50dfdd72c4f6e049 (diff)
downloadgsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar.gz
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar.bz2
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar.lz
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar.xz
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.tar.zst
gsoc2013-evolution-96f7e4e43613dc56bd85b35a62a100bed0221959.zip
Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,
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. svn path=/trunk/; revision=7859
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am1
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) \