diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-19 13:56:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-19 13:56:31 +0800 |
commit | 105dd5c5f61b47581339af1145bfd98aa8c65938 (patch) | |
tree | 590c9d4607480c9c03ef39e9951cc8d0cd53fae3 /calendar/ChangeLog | |
parent | c75809d23ca6ecf29a77895c33d87b4aaa2ac101 (diff) | |
download | gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.gz gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.zst gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.zip |
Fix compilation with builddir != srcdir.
svn path=/trunk/; revision=3630
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8fc5523a33..311222464c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-06-18 Ettore Perazzoli <ettore@helixcode.com> + + * cal-util/Makefile.am (INCLUDES): Include from + `$(top_builddir)/libical/src/libical' too. [For the generated + libical `icalversion.h' header.] + * cal-client/Makefile.am (INCLUDES): Likewise. + 2000-06-18 Damon Chaplin <damon@helixcode.com> * gui/e-day-view.c (e_day_view_on_top_canvas_drag_data_received): |