diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 04:39:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 04:39:38 +0800 |
commit | 7c84cd3ee7a75a90d425d0b41b909846b5a93a00 (patch) | |
tree | 46adc46de216865a6bec37a99c970ab4c5bad506 | |
parent | 25d1434052a54439e07a9f21937c5bb9d9d27f10 (diff) | |
download | gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar.gz gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar.bz2 gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar.lz gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar.xz gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.tar.zst gsoc2013-evolution-7c84cd3ee7a75a90d425d0b41b909846b5a93a00.zip |
Missed ChangeLog.
svn path=/trunk/; revision=6974
-rw-r--r-- | libical/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 68ad5ec0d7..3ab24075da 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,26 @@ +2000-12-13 Ettore Perazzoli <ettore@helixcode.com> + + * src/libicalvcal/Makefile.am (INCLUDES): Add + `$(top_builddir)/src/libical' to the include directory list. + + * src/libical/Makefile.am (icalparameter.h): Use `$(srcdir)'. + (icalparameter.c): Likewise. + (icalproperty.h): Likewise. + (icalproperty.c): Likewise. + (icalvalue.h): Likewise. + (icalvalue.c): Likewise. + (icalrestriction.c): Likewise. + (CLEANFILES): Add `icalparameter.h', `icalparameter.c', + `icalproperty.h', `icalproperty.c', `icalrestriction.c', + `icalvalue.h', `icalvalue.c'. + (COMBINEDHEADERS): `icalvalue.h', `icalparameter.h' and + `icalproperty.h' are in builddir, not srcdir, so fix the list to + use `$(top_builddir)' instead of `$(top_srcdir)'. + (all): Removed. + (BUILT_SOURCES): Move `ical.h' here instead. + (ical.h): Don't depend on `(BUILT_SOURCES)'; this a built source + itself. + 2000-12-12 Joe Shaw <joe@helixcode.com> * src/libical/icalrecur.c: #if 0ed out some #if 1ed test code that |