diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-11 01:39:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-11 01:39:10 +0800 |
commit | 24d00dba858a3a5c87092a3ac6c837c456cf4ca8 (patch) | |
tree | 3f88196ae086e6a0fc1bcbcf81a398a588b1fc68 /mail/ChangeLog | |
parent | 29fb1732b2f2d50bc6bba812394621dc5df27fda (diff) | |
download | gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar.gz gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar.bz2 gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar.lz gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar.xz gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.tar.zst gsoc2013-evolution-24d00dba858a3a5c87092a3ac6c837c456cf4ca8.zip |
Split the ORBit IDL compilation rules to work properly with parallel
* importers/Makefile.am: Split the ORBit IDL compilation rules to
work properly with parallel makes.
(BUILT_SOURCES): Add this.
(CLEANFILES): Add this.
* Makefile.am: Split the ORBit IDL compilation rules to work
properly with parallel makes.
(BUILT_SOURCES): Add $(IDL_GENERATED) here.
(CLEANFILES): Remove from here.
svn path=/trunk/; revision=19874
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f729943bff..4177c6b5e8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2003-02-10 Ettore Perazzoli <ettore@ximian.com> + + * importers/Makefile.am: Split the ORBit IDL compilation rules to + work properly with parallel makes. + (BUILT_SOURCES): Add this. + (CLEANFILES): Add this. + + * Makefile.am: Split the ORBit IDL compilation rules to work + properly with parallel makes. + (BUILT_SOURCES): Add $(IDL_GENERATED) here. + (CLEANFILES): Remove from here. + 2003-02-10 Rodney Dawes <dobey@ximian.com> * importers/Makefile.am: Add LDFLAGS to ported libs |