From 7ba831860dfa5e96d9d19a0b5907d5237e60596a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 13 Jun 2000 04:53:48 +0000 Subject: Build a `libeshell.a' library in `shell/' so that we don't need to link to the shell's object files directly from the components anymore. (That was really gross.) svn path=/trunk/; revision=3546 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c672b7994..e4a24c257e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-06-13 Ettore Perazzoli + + * notes/Makefile.am (SHELL_OBJS): Removed. + (evolution_notes_LDADD): Link with + `$(top_builddir)/shell/libeshell.a'. + 2000-06-12 Ettore Perazzoli * widgets/Makefile.am (SUBDIRS): build `misc' before everything -- cgit