From: Timo Sirainen Date: Thu, 8 Oct 2009 05:37:57 +0000 (-0400) Subject: ssl-params: Don't put SSL_LIBS to dependencies. X-Git-Tag: 2.0.alpha1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=991d6ef749871ad9c0a4af28f05dd0072e9783a3;p=thirdparty%2Fdovecot%2Fcore.git ssl-params: Don't put SSL_LIBS to dependencies. --HG-- branch : HEAD --- diff --git a/src/ssl-params/Makefile.am b/src/ssl-params/Makefile.am index f9ebe184e8..65ba9740be 100644 --- a/src/ssl-params/Makefile.am +++ b/src/ssl-params/Makefile.am @@ -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 \