diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-04-11 01:49:01 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-04-11 01:49:01 +0800 |
commit | fb1e084229a1b879b34611e53371d98a7a397ab2 (patch) | |
tree | 6c42d61de76dc794491ddc8d6ee4733b8810ad0f /calendar/ChangeLog | |
parent | 8eff2b58a4b957f3f31a6b21c7a2f68db22aaef6 (diff) | |
download | gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar.gz gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar.bz2 gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar.lz gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar.xz gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.tar.zst gsoc2013-evolution-fb1e084229a1b879b34611e53371d98a7a397ab2.zip |
moved srcdir directories to the top so we search headers in the evolution
2000-04-10 Damon Chaplin <damon@helixcode.com>
* gui/Makefile.am (INCLUDES): moved srcdir directories to the top so
we search headers in the evolution tree before installed headers.
(Otherwise when you do 'make install' lots of files in gui/ get
rebuilt, since they depend on the installed cal-client.h which has just
been updated.)
svn path=/trunk/; revision=2364
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2022dd4a3a..df037a8105 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-04-10 Damon Chaplin <damon@helixcode.com> + + * gui/Makefile.am (INCLUDES): moved srcdir directories to the top so + we search headers in the evolution tree before installed headers. + (Otherwise when you do 'make install' lots of files in gui/ get + rebuilt, since they depend on the installed cal-client.h which has just + been updated.) + 2000-04-09 Seth Alves <alves@hungry.com> * gui/gnome-cal.c (gnome_calendar_load): catch cal_loaded signal |