diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a34209a241..0051ebffb4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2003-02-05 Dan Winship <danw@ximian.com> + + * Makefile.am (libcamelincludedir): Define in terms of + privincludedir. + (camellibexecdir): Define in terms of privlibexecdir + (libcamel_la_LDFLAGS): Remove -rpath. (automake will add that) + + * providers/imap/Makefile.am (libcamelimapincludedir): Define in + terms of privincludedir. + (INCLUDES): Remove -I$(includedir) + * providers/local/Makefile.am: Likewise + * providers/nntp/Makefile.am: Likewise + * providers/pop3/Makefile.am: Likewise + * providers/sendmail/Makefile.am: Likewise + * providers/smtp/Makefile.am: Likewise + 2003-02-04 Not Zed <NotZed@Ximian.com> * camel-object.c (camel_object_bag_new): Init bag->owner to 0. |