From 2f3b94feec472213036dc63382c6e37609d7cbdd Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 Apr 2002 16:17:04 +0000 Subject: 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 ). * 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 --- camel/providers/nntp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/nntp') diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 4605be64c8..34c4e6aa7f 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -48,6 +48,6 @@ libcamelnntpinclude_HEADERS = \ noinst_HEADERS = \ camel-nntp-private.h -libcamelnntp_la_LDFLAGS = -version-info 0:0:0 +libcamelnntp_la_LDFLAGS = -avoid-version -module EXTRA_DIST = libcamelnntp.urls -- cgit v1.2.3