diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-27 15:16:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-27 15:16:13 +0800 |
commit | 58d616f804a503f8170add29e4621f90505b7571 (patch) | |
tree | e2e46160231bacf55af5176907a7b42c11ae7e62 /libical/ChangeLog | |
parent | 3dccbca48a6109cb2a6200f20b67866b2a459b9a (diff) | |
download | gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar.gz gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar.bz2 gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar.lz gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar.xz gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.tar.zst gsoc2013-evolution-58d616f804a503f8170add29e4621f90505b7571.zip |
Further Makefile loving.
svn path=/trunk/; revision=2656
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index dc81afbc71..8d52ef882e 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,5 +1,13 @@ 2000-04-27 Ettore Perazzoli <ettore@helixcode.com> + * src/test/Makefile.am + (INCLUDES): Add `-I ../libical' here too. + + * src/libicalss/Makefile.am: + (INCLUDES): I am an idiot. It should be `-I ../libical'. + +2000-04-27 Ettore Perazzoli <ettore@helixcode.com> + * src/libicalss/Makefile.am: (INCLUDES): Add `$(builddir)/../libicalss so that we can #include "libicalversion.h" too. |