dovecot-2.0: ssl-params: Don't put SSL_LIBS to dependencies.

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 8 08:38:05 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/c20d6f518451
changeset: 9995:c20d6f518451
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 08 01:37:57 2009 -0400
description:
ssl-params: Don't put SSL_LIBS to dependencies.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/ssl-params/Makefile.am |    2 +-

diffs (12 lines):

diff -r 0980d64f5bae -r c20d6f518451 src/ssl-params/Makefile.am
--- a/src/ssl-params/Makefile.am	Wed Oct 07 20:43:39 2009 -0400
+++ b/src/ssl-params/Makefile.am	Thu Oct 08 01:37:57 2009 -0400
@@ -9,7 +9,7 @@ AM_CPPFLAGS = \
 	-DPKG_STATEDIR=\""$(statedir)"\"
 
 ssl_params_LDADD = $(LIBDOVECOT) $(SSL_LIBS)
-ssl_params_DEPENDENCIES = $(LIBDOVECOT) $(SSL_LIBS)
+ssl_params_DEPENDENCIES = $(LIBDOVECOT)
 ssl_params_SOURCES = \
 	main.c \
 	ssl-params.c \


More information about the dovecot-cvs mailing list