diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-08 12:41:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-08 12:41:46 +0800 |
commit | e1ef78b8f4d27c83c4d281bf18980b9acf8568b7 (patch) | |
tree | b3e7887b8f02b30754c2cbb03f65a28f0a510537 /libical/ChangeLog | |
parent | 104a3d0bffd91508ef184487aa9fbc0826cc6177 (diff) | |
download | gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.gz gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.zst gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.zip |
Fix Makefiles so that (guess what?) they work with builddir != srcdir.
svn path=/trunk/; revision=3474
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 4b226ac5a6..baf8b5a41c 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,10 @@ +2000-06-08 Ettore Perazzoli <ettore@helixcode.com> + + * src/test/Makefile.am (INCLUDES): Likewise. + + * src/libicalss/Makefile.am (INCLUDES): Use $(srcdir) to allow + builddir != srcdir. + 2000-03-17 Eric Busboom <eric@agony.qualcomm.com> * icalstore.c Vastly improved icalstore_test. |