From 799d7f54fdd6bcbf6b73d95070e17b7455c94830 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 2 Mar 2000 00:09:45 +0000 Subject: Various building fixes. At least, now it builds for me. svn path=/trunk/; revision=2007 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f338003c8..df146093e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-03-01 Ettore Perazzoli + + * shell/Makefile.am (INCLUDES): use `top_srcdir' instead of + `srcdir'. Also, add `$(top_srcdir)'. And put the srcdir includes + before everything else. + (evolution_LDADD): `libeutil.la', not `libeutil.a'. + + * configure.in: Build `filter/Makefile'. Added check for GtkHTML. + Set `GTKHTML_CFLAGS' and `GTKHTML_LIBS' to the appropriate values + for linking with GtkHTML. + 2000-03-01 Federico Mena Quintero * configure.in (AC_OUTPUT): Added calendar/idl/Makefile, -- cgit