diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-02 00:17:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-02 00:17:04 +0800 |
commit | 2f3b94feec472213036dc63382c6e37609d7cbdd (patch) | |
tree | 236270624fd5844acfc2eafa48d8ed5c3d372c3f /camel/ChangeLog | |
parent | fd0e82bd75a17551995f1c77de12b7cda2feac21 (diff) | |
download | gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar.gz gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar.bz2 gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar.lz gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar.xz gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.tar.zst gsoc2013-evolution-2f3b94feec472213036dc63382c6e37609d7cbdd.zip |
Use -avoid-version instead of -version-info 0:0:0, and specify -module.
* providers/imap/Makefile.am (libcamelimap_la_LDFLAGS): Use
-avoid-version instead of -version-info 0:0:0, and specify
-module. (From Max Horn <max@quendi.de>).
* providers/local/Makefile.am (libcamellocal_la_LDFLAGS): Likewise.
* providers/nntp/Makefile.am (libcamelnntp_la_LDFLAGS): Likewise.
* providers/sendmail/Makefile.am (libcamelsendmail_la_LDFLAGS):
Likewise.
* providers/smtp/Makefile.am (libcamelsmtp_la_LDFLAGS): Likewise.
* providers/pop3/Makefile.am (libcamelpop3_la_LDFLAGS): Likewise.
Also remove $(KRB4_LDFLAGS) since KPOP is gone.
(INCLUDES): and $(KRB4_CFLAGS)
svn path=/trunk/; revision=16305
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2b89937162..78ec25c347 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,22 @@ +2002-04-01 Dan Winship <danw@ximian.com> + + * providers/imap/Makefile.am (libcamelimap_la_LDFLAGS): Use + -avoid-version instead of -version-info 0:0:0, and specify + -module. (From Max Horn <max@quendi.de>). + + * providers/local/Makefile.am (libcamellocal_la_LDFLAGS): Likewise. + + * providers/nntp/Makefile.am (libcamelnntp_la_LDFLAGS): Likewise. + + * providers/sendmail/Makefile.am (libcamelsendmail_la_LDFLAGS): + Likewise. + + * providers/smtp/Makefile.am (libcamelsmtp_la_LDFLAGS): Likewise. + + * providers/pop3/Makefile.am (libcamelpop3_la_LDFLAGS): Likewise. + Also remove $(KRB4_LDFLAGS) since KPOP is gone. + (INCLUDES): and $(KRB4_CFLAGS) + 2002-03-28 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (do_copy): We now have to check to make |